classref: Sync with current source

Also fix hyperlink references to same class as per the guidelines.
[ci skip]
This commit is contained in:
Rémi Verschelde
2017-10-22 12:56:11 +02:00
parent 14b1741cbf
commit fc09e14366
75 changed files with 240 additions and 225 deletions
+2
View File
@@ -978,6 +978,8 @@
<constant name="SHAPE_LINE" value="0">
This is the constant for creating line shapes. A line shape is an infinite line with an origin point, and a normal. Thus, it can be used for front/behind checks.
</constant>
<constant name="SHAPE_RAY" value="1">
</constant>
<constant name="SHAPE_SEGMENT" value="2">
This is the constant for creating segment shapes. A segment shape is a line from a point A to a point B. It can be checked for intersections.
</constant>