|
@@ -9,7 +9,8 @@
|
|
|
<body>
|
|
|
<h1>[name]</h1>
|
|
|
|
|
|
- <div class="desc">todo</div>
|
|
|
+ <div class="desc">An axis object to visualize the the 3 axes in a simple way. <br />
|
|
|
+ The X axis is red. The Y axis is green. The Z axis is blue.</div>
|
|
|
|
|
|
|
|
|
<h2>Example</h2>
|
|
@@ -21,12 +22,12 @@
|
|
|
<h2>Constructor</h2>
|
|
|
|
|
|
|
|
|
- <h3>[name]([page:todo size])</h3>
|
|
|
+ <h3>[name]([page:Number size])</h3>
|
|
|
<div>
|
|
|
- size -- Define the size of the helper
|
|
|
+ size -- Define the size of the of the line representing the axes.
|
|
|
</div>
|
|
|
<div>
|
|
|
- todo
|
|
|
+ Creates an axisHelper with lines of length size.
|
|
|
</div>
|
|
|
|
|
|
<h2>Source</h2>
|