Click or drag to resize
ExtendedMathGetRightVector Method
Return a vector pointing to the 'right' side of a given vector.

Namespace:  GeonBit.Core.Utils
Assembly:  GeonBit (in GeonBit.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static Vector3 GetRightVector(
	Vector3 vector,
	bool zeroY = false
)

Parameters

vector
Type: Vector3
Vector to get right vector from.
zeroY (Optional)
Type: SystemBoolean
If true, will zero Y component.

Return Value

Type: Vector3
Vector pointing to the right of the given vector.
See Also