Back to class index
| Plane::GenerateCircleSyntaxCircle Plane::GenerateCircle(const float4 &circleCenter, float radius) const; [4 lines of code]Returns a circle that lies on this plane. Return ValueThe generated circle has its center as close as possible to the specified center point, and the radius is as specified. |