Class CircleBody
Circular body
public sealed class CircleBody : PhysicsBody
- Inheritance
-
CircleBody
- Inherited Members
Constructors
CircleBody(float)
Creates a circle physical body with the given radius
public CircleBody(float radius)
Parameters
radius
floatcircle radius
CircleBody(float, PointF)
Creates a circle physical body with the given radius and the circle center
public CircleBody(float radius, PointF center)