Back to class index
| OBB::GetCornerPointsSyntaxvoid OBB::GetCornerPoints(float3 *outPointArray) const; [10 lines of code]Fills an array with all the eight corner points of this OBB. Parametersfloat3 *outPointArray [out]The array to write the points to. Must have space for 8 elements. PerformanceThis function could not be profiled. Either the function body is too small, or appropriate function parameters could not be generated. See AlsoLeave a Comment |