Overload List
| Name | Description | |
|---|---|---|
| Cog3DLine |
Default constructor. Constructs a degenerate Cog3DLine consistent with
Cog3DLine(Cog3DVect3(), Cog3DVect3(), ParameterizationType.Points).
| |
| Cog3DLine(Cog3DLine) |
Construct this object by making a deep copy of the supplied
object.
| |
| Cog3DLine(Cog3DLineSeg) |
Constructs a Cog3DLine from the specified lineSeg.
The direction of the line is the same as the lineSeg's direction.
| |
| Cog3DLine(SerializationInfo, StreamingContext) |
Serialization constructor.
| |
| Cog3DLine(Cog3DVect3, Cog3DVect3, Cog3DLine ParameterizationType) |
Constructs a Cog3DLine using parameterizationType to interpret v1 and v2.
If parameterizationType is Points and v1 is equal to v2, then the line is degenerate.
|
See Also