pub type Vec3f32 = [f32; 3];
Trait Implementations§
source§impl From<WorldCoords> for Vec3f32
impl From<WorldCoords> for Vec3f32
source§fn from(world_coords: WorldCoords) -> Self
fn from(world_coords: WorldCoords) -> Self
Converts to this type from the input type.