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