Back to class index
| OBB::PointInsideSyntaxfloat4 OBB::PointInside(float x, float y, float z) const; [10 lines of code]Generates a point inside this OBB. ParametersfloatxA normalized value between [0,1]. This specifies the point position along the local x axis of the OBB. floatyA normalized value between [0,1]. This specifies the point position along the local y axis of the OBB. floatzA normalized value between [0,1]. This specifies the point position along the local z axis of the OBB. Return ValueA point in the global space of this OBB corresponding to the parametric coordinate (x,y,z). See Also |