| Vector3DAbsolute Method (Vector3D) |
Returns a vector with the absolute values of the elements of the given vector.
Namespace: DigitalRune.Mathematics.AlgebraAssembly: DigitalRune.Mathematics (in DigitalRune.Mathematics.dll) Version: 1.14.0.0 (1.14.0.14427)
Syntax public static Vector3D Absolute(
Vector3D vector
)
Public Shared Function Absolute (
vector As Vector3D
) As Vector3D
public:
static Vector3D Absolute(
Vector3D vector
)
static member Absolute :
vector : Vector3D -> Vector3D
Parameters
- vector
- Type: DigitalRune.Mathematics.AlgebraVector3D
The vector.
Return Value
Type:
Vector3DA vector with the absolute values of the elements of the given vector.
See Also