Back to class index
| Plane::SetEqualsSyntaxbool Plane::SetEquals(const Plane &plane, float epsilon=1e-3f) const; [5 lines of code]Returns true if this plane represents the same set of points than the other plane. For this test, the surface normals of the two planes may point in opposite directions, as long as the set of points is the same. See Also |