Click or drag to resize
Accord.NET (logo)

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()
Request Example View Source

Return Value

Type: Vector3
Returns 3D vector which has X/Y/Z coordinates equal to X/Y/Z coordinates of this vector divided by W.
See Also