EmptyShape Class |
Namespace: DigitalRune.Geometry.Shapes
The EmptyShape type exposes the following members.
Name | Description | |
---|---|---|
EmptyShape | Obsolete.
Initializes a new instance of the EmptyShape class.
|
Name | Description | |
---|---|---|
Clone |
Creates a new Shape that is a clone (deep copy) of the current instance.
(Inherited from Shape.) | |
Equals | (Inherited from Object.) | |
GetAabb |
Computes the axis-aligned bounding box (AABB) for this shape in local space.
(Inherited from Shape.) | |
GetAabb(Pose) |
Computes the axis-aligned bounding box (AABB) for this shape positioned in world space using
the given Pose.
(Inherited from Shape.) | |
GetAabb(Vector3F, Pose) |
Computes the axis-aligned bounding box (AABB) for this shape positioned in world space using
the given scale and Pose.
(Overrides ShapeGetAabb(Vector3F, Pose).) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetMesh |
Gets a mesh that represents this shape.
(Inherited from Shape.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
GetVolume |
Gets the volume of this shape.
(Overrides ShapeGetVolume(Single, Int32).) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
InnerPoint |
Gets an inner point.
(Overrides ShapeInnerPoint.) |
Name | Description | |
---|---|---|
Changed |
Occurs when the shape was changed.
(Overrides ShapeChanged.) |