Overload List
| Name | Description | |
|---|---|---|
| Cog3DAlignedBox |
Constructs a degenerate, aligned box with size of (0,0,0), translation of (0,0,0), and Cog3DShapeStateConstants of Volume.
| |
| Cog3DAlignedBox(Cog3DAlignedBox) |
Construct this object by making a deep copy of the supplied
object.
| |
| Cog3DAlignedBox(SerializationInfo, StreamingContext) |
Serialization constructor.
| |
| Cog3DAlignedBox(Cog3DVect3, Cog3DVect3, Cog3DShapeStateConstants) |
Constructs an aligned box using 2 vertices: the origin vertex and the opposite vertex.
After construction, the translation vector for this shape corresponds to the vertex
with the most negative X, Y, and Z coordinates.
| |
| Cog3DAlignedBox(Cog3DVect3, Double, Double, Double, Cog3DShapeStateConstants) |
Constructs an aligned box using the specified size, translation, and Cog3DShapeStateConstants.
|
See Also