Complete various class references

This commit is contained in:
clayjohn
2020-01-25 21:59:51 -08:00
parent be1bc53d42
commit c5700f7464
16 changed files with 68 additions and 9 deletions

View File

@ -170,10 +170,13 @@
</members>
<constants>
<constant name="PLANE_YZ" value="Plane( 1, 0, 0, 0 )">
A plane that extends in the Y and Z axes.
</constant>
<constant name="PLANE_XZ" value="Plane( 0, 1, 0, 0 )">
A plane that extends in the X and Z axes.
</constant>
<constant name="PLANE_XY" value="Plane( 0, 0, 1, 0 )">
A plane that extends in the X and Y axes.
</constant>
</constants>
</class>