| Vector4FHomogeneousDivide Method |
Performs the homogeneous divide or perspective divide: X, Y and Z are divided by W.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public static Vector3F HomogeneousDivide(
Vector4F vector
)
Public Shared Function HomogeneousDivide (
vector As Vector4F
) As Vector3F
public:
static Vector3F HomogeneousDivide(
Vector4F vector
)
static member HomogeneousDivide :
vector : Vector4F -> Vector3F
Parameters
- vector
- Type: DigitalRune.Mathematics.AlgebraVector4F
The vector.
Return Value
Type:
Vector3FThe vector (X/W, Y/W, Z/W).
Exceptions See Also