pub type PagesVector = Vector3D<f64, Pages>;Expand description
A vector expressed in Pages
Aliased Type§
pub struct PagesVector {
pub x: f64,
pub y: f64,
pub z: f64,
}Fields§
§x: f64The x (traditionally, horizontal) coordinate.
y: f64The y (traditionally, vertical) coordinate.
z: f64The z (traditionally, depth) coordinate.