khora_
core
0.2.0
Module vector
Module Items
Structs
In khora_
core::
math
khora_core
::
math
Module
vector
Copy item path
Source
Expand description
Provides 2D, 3D, and 4D vector types and their associated operations.
Structs
ยง
Vec2
A 2-dimensional vector with
f32
components.
Vec3
A 3-dimensional vector with
f32
components.
Vec4
A 4-dimensional vector with
f32
components, often used for homogeneous coordinates.