Overload List
| Name | Description | |
|---|---|---|
| Cog3DCylinder |
Constructs a degenerate cylinder with Radius of 0, Height of 0,
ShapeFromScaledUnitCylinder of identity transform,
and ShapeState of Cog3DShapeStateConstants.Volume.
| |
| Cog3DCylinder(Cog3DCylinder) |
Construct this object by making a deep copy of the supplied
object.
| |
| Cog3DCylinder(SerializationInfo, StreamingContext) |
Serialization constructor.
| |
| Cog3DCylinder(Cog3DCircle, Double, Cog3DShapeStateConstants) |
Constructs a cylinder using the specified start circle, height, and
Cog3DShapeStateConstants. The cylinder extends from the start circle
in the direction of the start circle's normal.
| |
| Cog3DCylinder(Double, Double, Cog3DTransformRigid, Cog3DShapeStateConstants) |
Constructs a cylinder using the specified radius, height,
rigid transform, and Cog3DShapeStateConstants.
|
See Also