[]
        
(Showing Draft Content)

C1.Util.DX.Vector3.AbsRef

AbsRef Method

AbsRef(ref Vector3)

Calculates the absolute value vector.

Declaration
public static void AbsRef(ref Vector3 value)
Parameters
Type Name Description
Vector3 value

A vector.

AbsRef(out Vector3, ref Vector3)

Returns a vector whose elements are the absolute values of each of the specified vector's elements.

Declaration
public static void AbsRef(out Vector3 result, ref Vector3 value)
Parameters
Type Name Description
Vector3 result

The absolute value vector.

Vector3 value

A vector.