Mass |
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(MassData) | ||
| Equals(Object) | (Overrides ValueTypeEquals(Object)) | |
| 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(MassData, MassData) | The equal operator | |
| Inequality(MassData, MassData) | The not equal operator |
| Name | Description | |
|---|---|---|
| MethodInvoke |
Calls the object method by name.
(Defined by ObjectEx) | |
| PropertyGet |
Gets the value of the object property by name.
(Defined by ObjectEx) | |
| PropertyGetT |
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) |