You are here: Start » AVL.NET » Point3D Structure
Point3D Structure
| Namespace: | Avl | 
|---|---|
| Assembly: | AvlNet.Types.dll | 
Constructors
| Constructor | Description | |
|---|---|---|
| Point3D(Point2D) | ||
| Point3D(Single, Single, Single) | ||
| Point3D(Int32, Int32, Int32) | ||
| Point3D(List<Single>) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| Empty | Avl.Point3D | Gets an empty instance of the Point3D. | |
| X | System.Single | ||
| Y | System.Single | ||
| Z | System.Single | 
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| Equals(Avl.Point3D) | ||
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object | 
