Overload List
| Name | Description | |
|---|---|---|
| Cog3DSphere |
Constructs a degenerate sphere with Radius of 0, Center of (0,0,0),
ShapeFromScaledUnitSphere of identity transform,
and ShapeState of Cog3DShapeStateConstants.Volume.
| |
| Cog3DSphere(Cog3DSphere) |
Construct this object by making a deep copy of the supplied
object.
| |
| Cog3DSphere(SerializationInfo, StreamingContext) |
Serialization constructor.
| |
| Cog3DSphere(Double, Cog3DTransformRigid, Cog3DShapeStateConstants) |
Constructs a sphere using the specified radius, rigid transform,
and Cog3DShapeStateConstants.
| |
| Cog3DSphere(Double, Cog3DVect3, Cog3DShapeStateConstants) |
Constructs a sphere using the specified radius, center, and
Cog3DShapeStateConstants.
|
See Also