Go to the source code of this file.
|
| raPlane | operator+ (const raPlane &a, const raPlane &b) |
| |
| raPlane | operator- (const raPlane &a, const raPlane &b) |
| |
| raPlane | operator- (const raPlane &v) |
| |
| raPlane | operator* (const raPlane &a, const raPlane &b) |
| |
| raPlane | operator* (const raPlane &a, const raFloat &b) |
| |
| raPlane | operator* (const raFloat &a, const raPlane &b) |
| |
| raPlane | operator/ (const raPlane &a, const raPlane &b) |
| |
| raPlane | operator/ (const raFloat &a, const raPlane &b) |
| |
| raPlane | operator/ (const raPlane &a, const raFloat &b) |
| |
| bool | operator== (const raPlane &a, const raPlane &b) |
| |
| bool | operator!= (const raPlane &a, const raPlane &b) |
| |
| bool | operator<= (const raPlane &a, const raPlane &b) |
| |
| bool | operator>= (const raPlane &a, const raPlane &b) |
| |
| bool | operator< (const raPlane &a, const raPlane &b) |
| |
| bool | operator> (const raPlane &a, const raPlane &b) |
| |
| raPlane | raPlaneNormalize (const raPlane &p) |
| |
| float | raPlaneDotNormal (const raPlane &p, const raVector3 &v) |
| |
| float | raPlaneDotCoords (const raPlane &p, const raVector3 &v) |
| |
| raPlane | raPlaneFromPointNormal (const raVector3 &p, const raVector3 &n) |
| |
| raPlane | raPlaneFromPoints (const raVector3 &v1, const raVector3 &v2, const raVector3 &v3) |
| |
◆ operator!=()
◆ operator*() [1/3]
◆ operator*() [2/3]
◆ operator*() [3/3]
◆ operator+()
◆ operator-() [1/2]
◆ operator-() [2/2]
◆ operator/() [1/3]
◆ operator/() [2/3]
◆ operator/() [3/3]
◆ operator<()
◆ operator<=()
◆ operator==()
◆ operator>()
◆ operator>=()
◆ raPlaneDotCoords()
◆ raPlaneDotNormal()
◆ raPlaneFromPointNormal()
◆ raPlaneFromPoints()
◆ raPlaneNormalize()