Back to class index
| Frustum::TranslateSyntaxvoid Frustum::Translate(const float4 &offset); [4 lines of code]Moves this Frustum by the given offset vector. Note This function operates in-place. Parametersconst float4 &offsetThe world space offset to apply to the position of this Frustum. See Also |