AbsRef(Vector3,Vector3) Method
In This Topic
Returns a vector whose elements are the absolute values of each of the specified vector's elements.
Syntax
'Declaration
Public Overloads Shared Sub AbsRef( _
ByRef As Vector3, _
ByRef As Vector3 _
)
public static void AbsRef(
out Vector3 ,
ref Vector3
)
Parameters
- result
- The absolute value vector.
- value
- A vector.
See Also