Std.Math.Vec3
This page is still under construction!
This feature is still not implemented!
@public struct Vec3Vec3 is a structure to manipulate tridimentional vectors.
All coordenates are stored as single precision floats (f32)
Fields
@public let f32 xstores f32:
The X coordenate of the vector.
@public let f32 ystores f32:
The Y coordenate of the vector.
@public let f32 zstores f32:
The Z coordenate of the vector.