negate method

Pointer<Vector2C> negate()

Implementation

Pointer<Vector2C> negate() { ref.negate(); return this; }