Back to class index
| Plane::PassesThroughOriginSyntaxbool Plane::PassesThroughOrigin(float epsilon=1e-3f) const; [4 lines of code]Returns true if this plane contains the origin. The test is performed up to the given epsilon. Note A plane passes through the origin if and only if d == 0 for the plane. See Also |