You are here: Start » AVL.NET » Vector3D Structure
Vector3D Structure
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.TS.dll |
Constructors
| Constructor | Description | |
|---|---|---|
| Vector3D(IList<Single>) | ||
| Vector3D(Point3D, Point3D) | ||
| Vector3D(Int32, Int32, Int32) | ||
| Vector3D(Single, Single, Single) |
Properties
| Name | Type | Description | |
|---|---|---|---|
| DeltaX | System.Single | ||
| DeltaY | System.Single | ||
| DeltaZ | System.Single | ||
| Length2 | System.Single | ||
| Length | System.Single |
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(AvlNet.Vector3D) | ||
| Equals(AvlNet.Vector3D, AvlNet.Vector3D) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToArray() | ||
| ToString() | Inherited from System.Object |
