Back to class index
| OBB::GetCornerPointsSyntaxvoid OBB::GetCornerPoints(float4 *outPointArray) const; [10 lines of code]Fills an array with all the eight corner points of this OBB. Parametersfloat4 *outPointArray [out]The array to write the points to. Must have space for 8 elements. See Also |