MassData Structure |
Namespace: Internal.tainicom.Aether.Physics2D.Collision.Shapes
public struct MassData : IEquatable<MassData>
The MassData type exposes the following members.
Name | Description | |
---|---|---|
![]() | Area |
The area of the shape
|
![]() | Centroid |
The position of the shape's centroid relative to the shape's origin.
|
![]() | Inertia |
The rotational inertia of the shape about the local origin.
|
![]() | Mass |
The mass of the shape, usually in kilograms.
|
Name | Description | |
---|---|---|
![]() | Equals(Object) | (Overrides ValueTypeEquals(Object).) |
![]() | Equals(MassData) | |
![]() | GetHashCode | (Overrides ValueTypeGetHashCode.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
Name | Description | |
---|---|---|
![]() ![]() | Equality |
The equal operator
|
![]() ![]() | Inequality |
The not equal operator
|
Name | Description | |
---|---|---|
![]() | MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx.) |
![]() | PropertyGet(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertyGetT(String, Object, Boolean) | Overloaded.
Gets the value of the object property by name.
(Defined by ObjectEx.) |
![]() | PropertySet |
Sets the value of the object property by name.
(Defined by ObjectEx.) |