|
Vector4ToVector3 Method
|
Converts the vector to a 3D vector.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Vector3 ToVector3()
Public Function ToVector3 As Vector3
Request Example
View SourceReturn Value
Type:
Vector3Returns 3D vector which has X/Y/Z coordinates equal to X/Y/Z coordinates
of this vector divided by
W.
See Also