NVector4DD Structure Members
In This Topic
The following tables list the members exposed by NVector4DD.
Public Constructors
Public Fields
| Name | Description |
| W | normalization |
| X | x coordinate |
| Y | y coordinate |
| Z | z coordinate |
Top
Public Methods
| Name | Description |
| Add | Adds the specified vector to this vector |
| Divide | Perfrorms scalar division on this vector with the specified value |
| Equals | Returns true if the objects are equal. |
| GetHashCode | Returns the hash code of this instance. |
| Multiply | Perfrorms scalar multiplication on this vector with the specified value |
Top
See Also