Back to class index
| Frustum::TransformSyntaxvoid Frustum::Transform(const float3x3 &transform); [15 lines of code]void Frustum::Transform(const float3x4 &transform); [15 lines of code] void Frustum::Transform(const float4x4 &transform); [5 lines of code] void Frustum::Transform(const Quat &transform); [4 lines of code] Applies a transformation to this Frustum. Parametersconst float3x3 &transformThe transformation to apply to this Frustum. This transformation must be affine, and must contain an orthogonal set of column vectors (may not contain shear or projection). The transformation can only contain uniform scale, and may not contain mirroring. See Also |