Type Alias Vec3f32

Source
pub type Vec3f32 = [f32; 3];

Trait Implementations§

Source§

impl From<WorldCoords> for Vec3f32

Source§

fn from(world_coords: WorldCoords) -> Self

Converts to this type from the input type.