Complete various class references
This commit is contained in:
@ -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>
|
||||
|
||||
Reference in New Issue
Block a user