Skip to content

Documentation / @ripl/3d / vec3Negate

Function: vec3Negate() ​

vec3Negate(v): Vector3

Defined in: 3d/src/math/vector.ts:63

Negates all components of a vector.

Parameters ​

ParameterType
vVector3

Returns ​

Vector3