☰
In pathfinder_geometry::vector
Structs
Vector2F
Vector2I
Vector3F
Vector4F
Traits
IntoVector2F
Functions
vec2f
vec2i
?
Function
pathfinder_geometry
::
vector
::
vec2f
source
·
[
−
]
pub fn vec2f(x:
f32
, y:
f32
) ->
Vector2F
Expand description
A convenience alias for
Vector2F::new()
.