Click or drag to resize
Vector3SignNonZero Method

[This is preliminary documentation and is subject to change.]

Returns per component sign, never returns zero. For zero component returns sign 1. Faster than Sign.

Namespace: VRageMath
Assembly: VRage.Math (in VRage.Math.dll) Version: 1.0.0.0
Syntax
C#
public static Vector3 SignNonZero(
	Vector3 value
)

Parameters

value
Type: VRageMathVector3

[Missing <param name="value"/> documentation for "M:VRageMath.Vector3.SignNonZero(VRageMath.Vector3)"]

Return Value

Type: Vector3

[Missing <returns> documentation for "M:VRageMath.Vector3.SignNonZero(VRageMath.Vector3)"]

See Also