Back to class index
| Plane::ProjectToNegativeHalfSyntaxfloat4 Plane::ProjectToNegativeHalf(const float4 &point) const; [4 lines of code]Projects the given point to the negative half-space of this plane. This means that if the point lies on the plane, or in the negative half-space, the same point is returned unchanged. If the point lies on the positive half-space, it is projected orthographically onto the plane. See Also |