You are here: Start » AVL.NET » Point3D Structure
Point3D Structure
| Namespace: | View3D | 
|---|---|
| Assembly: | VideoBoxBase.dll | 
Represents a point in 3-dimensional space (a vector of three float values).
Constructors
| Constructor | Description | |
|---|---|---|
| Point3D(Single, Single, Single) | 
Properties
| Name | Type | Description | |
|---|---|---|---|
| X | System.Single | ||
| Y | System.Single | ||
| Z | System.Single | 
Methods
| Name | Description | |
|---|---|---|
| Equals(object) | Inherited from System.Object | |
| GetHashCode() | Inherited from System.Object | |
| GetType() | Inherited from System.Object | |
| ToString() | Inherited from System.Object | 
