Overload List
| Name | Description | |
|---|---|---|
| Cog3DCircle |
Constructs a degenerate circle on the XY
plane and whose center is at the origin. Radius is 0,
ShapeFromScaledUnitCircle is identity transform,
and ShapeState is Cog3DShapeStateConstants.Surface.
| |
| Cog3DCircle(Cog3DCircle) |
Construct this object by making a deep copy of the supplied
object.
| |
| Cog3DCircle(SerializationInfo, StreamingContext) |
Serialization constructor.
| |
| Cog3DCircle(Double, Cog3DTransformRigid, Cog3DShapeStateConstants) |
Constructs a circle using the specified radius, transform, and Cog3DShapeStateConstants.
| |
| Cog3DCircle(Double, Cog3DVect3, Cog3DVect3, Cog3DShapeStateConstants) |
Constructs a circle using the specified radius, center, normal direction, and
Cog3DShapeStateConstants.
|
See Also