Type Alias maplibre::render::shaders::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.