Vector3T.Zero

struct Vector3T(T)
static
Zero
()
if (
isNumeric!T
)

Return Value

Type: Vector3T!(T)

Initial (zero) state of this vector.

Meta