Skip to content

Latest commit

 

History

History
18 lines (9 loc) · 355 Bytes

File metadata and controls

18 lines (9 loc) · 355 Bytes

Negation

Returns the negation of a (5 -> -5, vec3(3, 0, -2) -> vec3(-3, 0, 2)).

b = -a

Types