[]
        
(Showing Draft Content)

C1.Util.DX.Vector2.AbsRef

AbsRef Method

AbsRef(ref Vector2)

Calculates the absolute value vector.

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

A vector.

AbsRef(out Vector2, ref Vector2)

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

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

The absolute value vector.

Vector2 value

A vector.