You are here: Start » AVL.NET » Line3D Class
Line3D Class
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| Line3D(Point3D, Vector3D) | ||
| Line3D(Single, Single, Single, Single, Single, Single) | ||
| Line3D() |
Properties
| Name | Type | Description | |
|---|---|---|---|
| DeltaX | System.Single | ||
| DeltaY | System.Single | ||
| DeltaZ | System.Single | ||
| Delta | AvlNet.Vector3D | ||
| Point | AvlNet.Point3D | ||
| X | System.Single | ||
| Y | System.Single | ||
| Z | System.Single |
Methods
| Name | Description | |
|---|---|---|
| Equals(AvlNet.Line3D) | ||
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.Line3D, AvlNet.Line3D) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object |
