brl_vector.md 1.1 KB


id: brl.vector title: BRL.Vector

sidebar_label: BRL.Vector

Structs

Struct Description
SVec2D A 2-element structure that can be used to represent positions and directions in 2D-space.
SVec3D A 3-element structure that can be used to represent positions and directions in 3D-space.
SVec2F A Float backed 2-element structure that can be used to represent positions and directions in 2D-space.
SVec3F A Float backed 3-element structure that can be used to represent positions and directions in 3D-space.
SVec2I An Int backed 2-element structure that can be used to represent positions and directions in 2D-space.
SVec3I An Int backed 3-element structure that can be used to represent positions and directions in 3D-space.