Std.Math.Vec2
This page is still under construction!
This feature is still not implemented!
@public struct Vec2Vec2 is a structure to manipulate bidimentional 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.