Back to class index
| Plane::ObliqueProjectSyntaxfloat3 Plane::ObliqueProject(const float3 &point, const float3 &obliqueProjectionDir) const; [5 lines of code]Projects the given point onto this plane in the given oblique projection direction. Note This mapping can be expressed as a float3x4 operation. See the ObliqueProjection() function. Parametersconst float3 &obliqueProjectionDirThe projection direction. This vector must be normalized. If a vector collinear to the normal of this plane is specified, this function returns the same matrix as calling OrthoProjection() would. PerformanceThis function could not be profiled. Either the function body is too small, or appropriate function parameters could not be generated. See AlsoWork in progress:Todo: in float3 Plane::ObliqueProject(const float3 &point, const float3 &obliqueProjectionDir) const: Implement. Leave a Comment |