-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6a96857
commit 984a719
Showing
7 changed files
with
125 additions
and
53 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,71 @@ | ||
<!DOCTYPE html> | ||
|
||
<html> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> | ||
<title>Box Collision</title> | ||
<meta name="description" content="Projects" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<link rel="stylesheet" href="../../../styles/articlestylesheet.css" /> | ||
<script src="https://polyfill.io/v3/polyfill.min.js?features=es6"></script> | ||
<script id="MathJax-script" async src="https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js"></script> | ||
</head> | ||
|
||
<style> | ||
.image-holder { | ||
max-width: 100%; | ||
} | ||
|
||
.image-holder img { | ||
max-width: 100%; | ||
height: auto; | ||
background-color: white; | ||
} | ||
|
||
.article-nav-header { | ||
font-size: larger; | ||
} | ||
|
||
.equation { | ||
text-align: center; | ||
padding: 0; | ||
margin: 0; | ||
padding-bottom: 1rem; | ||
} | ||
</style> | ||
|
||
<body> | ||
<object id="global-nav-object" data="../../../articleTemplateObjects/articleGlobalNavObject.html"></object> | ||
|
||
<div id="article-body"> | ||
<object data="../../../articleTemplateObjects/physicsEngineArticleNavObject.html"></object> | ||
|
||
<div class="vertical-divider"></div> | ||
|
||
<article id="article-contents"> | ||
<h1 style="width: 100%">PolygonCollision</h1> | ||
|
||
<p | ||
class="codepen" | ||
data-height="300" | ||
data-default-tab="html,result" | ||
data-slug-hash="gOEdemY" | ||
data-user="WaffleCake-the-decoder" | ||
style="height: 300px; box-sizing: border-box; display: flex; align-items: center; justify-content: center; border: 2px solid; margin: 1em 0; padding: 1em" | ||
> | ||
<span | ||
>See the Pen <a href="https://codepen.io/WaffleCake-the-decoder/pen/gOEdemY"> Untitled</a> by WaffleCake (<a href="https://codepen.io/WaffleCake-the-decoder">@WaffleCake-the-decoder</a>) | ||
on <a href="https://codepen.io">CodePen</a>.</span | ||
> | ||
</p> | ||
<script async src="https://cpwebassets.codepen.io/assets/embed/ei.js"></script> | ||
<a href="./source/index.html" target="_blank" style="color: white">Click to open in new tab</a> | ||
</article> | ||
|
||
<div class="vertical-divider"></div> | ||
|
||
<nav id="article-bookmarks"></nav> | ||
</div> | ||
</body> | ||
</html> |
2 changes: 1 addition & 1 deletion
2
projects/Physics/PhysicsEngine/Polygon.js → ...hysics/PolygonCollision/source/Polygon.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule VerletPhyics
added at
381bb8