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.