ZERO VECTOR

Description

Constant: vector ZERO_VECTOR = <0.0, 0.0, 0.0>;

The vector constant ZERO_VECTOR has the value <0.0, 0.0, 0.0>

The default value for a variable of vector type.

Caveats


Related Articles

Notes

Deep Notes

Shares the same value with TOUCH_INVALID_VECTOR.

Search Canny for related Issues

Signature

vector ZERO_VECTOR = <0.0, 0.0, 0.0>;