Defines a 2D circle in its local space. In order to create a Shape2D of type Shape2DType.Circle, use Shape2D.CreateCircle.
- See also
- Shape2D, Shape2DType
More...
|
const int | SIZE = FP.SIZE |
| The size of the struct in bytes. More...
|
|
Defines a 2D circle in its local space. In order to create a Shape2D of type Shape2DType.Circle, use Shape2D.CreateCircle.
- See also
- Shape2D, Shape2DType
◆ Serialize()
Serializes a CircleShape into an instance of IDeterministicFrameSerializer.
- Parameters
-
ptr | The pointer to the CircleShape. |
serializer | The instance of IDeterministicFrameSerializer. |
◆ GetHashCode()
override Int32 Quantum.Shape2D.CircleShape.GetHashCode |
( |
| ) |
|
|
inline |
Overrides the hash code generation of this type.
- Returns
- A hash code of the current state of this instance.
◆ SIZE
const int Quantum.Shape2D.CircleShape.SIZE = FP.SIZE |
|
static |
The size of the struct in bytes.
◆ Radius
FP Quantum.Shape2D.CircleShape.Radius |
Value of the radius that defines the circle.