☰
nannou
0.19.0
Module vector
Structs
Functions
Type Aliases
In nannou::prelude::geom
?
Module
nannou
::
prelude
::
geom
::
vector
source
·
[
−
]
Structs
Vec2
A 2-dimensional vector.
Vec3
A 3-dimensional vector without SIMD support.
Vec4
A 4-dimensional vector.
Functions
vec2
Creates a 2-dimensional vector.
vec3
Creates a 3-dimensional vector.
vec4
Creates a 4-dimensional vector.
Type Aliases
Vector2
Deprecated
A common alias for the
glam::Vec2
type.
Vector3
Deprecated
A common alias for the
glam::Vec3
type.
Vector4
Deprecated
A common alias for the
glam::Vec4
type.