pub type TyVector3F32 = TyVector3<f32>;Expand description
A TyVector3 with f32 components.
Aliased Type§
pub struct TyVector3F32 {
pub x: f32,
pub y: f32,
pub z: f32,
}Fields§
§x: f32The x component.
y: f32The y component.
z: f32The z component.