You are here: Start » FIL.NET » Vector3D Structure
Vector3D Structure
Namespace: | Fil |
---|---|
Assembly: | FilNet.Types.dll |
Constructors
Constructor | Description | |
---|---|---|
![]() | Vector3D(Point3D, Point3D) | |
![]() | Vector3D(Single, Single, Single) | |
![]() | Vector3D(Int32, Int32, Int32) | |
![]() | Vector3D(List<Single>) |
Properties
Name | Type | Description | |
---|---|---|---|
![]() | DeltaX | System.Single | |
![]() | DeltaY | System.Single | |
![]() | DeltaZ | System.Single | |
![]() ![]() | Empty | Fil.Vector3D | Gets an empty instance of the Vector3D. |
![]() | Length2 | System.Single | |
![]() | Length | System.Single | |
![]() | toArray | System.Collections.Generic.List<System.Single> |
Methods
Name | Description | |
---|---|---|
![]() | Equals(object) | Inherited from System.Object |
![]() | Equals(Fil.Vector3D) | |
![]() | GetHashCode() | Inherited from System.Object |
![]() | GetType() | Inherited from System.Object |
![]() | ToString() | Inherited from System.Object |