Back to class index
| Plane::IsInPositiveDirectionSyntaxbool Plane::IsInPositiveDirection(const float4 &directionVector) const; [4 lines of code]Tests if the given direction vector points towards the positive side of this plane. Parametersconst float4 &directionVectorThe direction vector to compare with the normal of this plane. This vector may be unnormalized. See Also |