The Vector opaque type. Can be created with mod.CreateVector. It defines a 3D vector with X, Y, and Z components.
It can only be compared with mod.Equals.
It's X, Y, and Z values can be retrieved with mod.XComponentOf, mod.YComponentOf, and mod.ZComponentOf respectively.
The Vector opaque type. Can be created with
mod.CreateVector. It defines a 3D vector with X, Y, and Z components. It can only be compared withmod.Equals. It's X, Y, and Z values can be retrieved withmod.XComponentOf,mod.YComponentOf, andmod.ZComponentOfrespectively.