Cogl.vector3_invert
function vector3_invert(vector: Number(gfloat)): void {
// Gjs wrapper for cogl_vector3_invert()
}
Inverts/negates all the components of the given vector.
Since 1.4
- vector
The 3 component vector you want to manipulate
function vector3_invert(vector: Number(gfloat)): void {
// Gjs wrapper for cogl_vector3_invert()
}
Inverts/negates all the components of the given vector.
Since 1.4
The 3 component vector you want to manipulate