ILNumerics - Technical Application Development
Top
The Vector3 type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| Item |
Access to coords by index
[ILNumerics Visualization Engine] | |
| Length |
Gets the length (magnitude) of the vector.
[ILNumerics Visualization Engine] | |
| LengthFast |
Gets an approximation of the vector length (magnitude).
[ILNumerics Visualization Engine] | |
| LengthSquared |
Gets the square of the vector length (magnitude).
[ILNumerics Visualization Engine] | |
| MaxValue | ||
| MinValue | ||
| X |
X coordinate
[ILNumerics Visualization Engine] | |
| Y |
Y coordinate
[ILNumerics Visualization Engine] | |
| Z |
Z coordinate
[ILNumerics Visualization Engine] |
See Also