Back to class index
| Frustum::GetCornerPointsSyntaxvoid Frustum::GetCornerPoints(float4 *outPointArray) const; [53 lines of code]Returns all eight corner points of this array. Parametersfloat4 *outPointArray [out]A pointer to an array of at least 8 elements. This pointer will receive the corner vertices of this Frustum. This pointer may not be null. |