Skip to main content

Std.Math.Vec3

This page is still under construction!

This feature is still not implemented!

@public struct Vec3

Vec3 is a structure to manipulate tridimentional vectors. All coordenates are stored as single precision floats (f32)


Fields

@public let f32 x

stores f32:

The X coordenate of the vector.
@public let f32 y

stores f32:

The Y coordenate of the vector.
@public let f32 z

stores f32:

The Z coordenate of the vector.