Back to class index
| Plane::GenerateCircleSyntaxCircle Plane::GenerateCircle(const float3 &circleCenter, float radius) const; [5 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. Performance8.21nsecs/call ≈ 121.8M calls/second ≈ 2.03M calls/frame (@ 60fps). Work in progress:Todo: in Circle Plane::GenerateCircle(const float3 &circleCenter, float radius) const: Implement. Leave a Comment |