Back to class index
| Plane::AreOnSameSideSyntaxbool Plane::AreOnSameSide(const float4 &p1, const float4 &p2) const; [4 lines of code]Tests if two points are on the same side of this plane. Return ValueThis function returns true if both p1 and p2 are on the positive side or this plane, or if both p1 and p2 are on the negative side of this plane. See Also |