CopperLicht API Documentation
Class CL3D.Line3d
3d line class, decribing a line between two 3d points
Field Attributes | Field Name and Description |
---|---|
End point of the line
|
|
Start point of the line
|
Method Attributes | Method Name and Description |
---|---|
Returns the length of the line
|
|
Returns the vector representing the line
|
Field Detail
{Vect3d}
End
End point of the line
{Vect3d}
Start
Start point of the line
Method Detail
{CL3D.Vect3d}
getLength()
Returns the length of the line
- Returns:
- {CL3D.Vect3d} center
{CL3D.Vect3d}
getVector()
Returns the vector representing the line
- Returns:
- {CL3D.Vect3d} center