Type Alias PagesVector

Source
pub type PagesVector = Vector3D<f64, Pages>;
Expand description

A vector expressed in Pages

Aliased Type§

#[repr(C)]
pub struct PagesVector { pub x: f64, pub y: f64, pub z: f64, }

Fields§

§x: f64

The x (traditionally, horizontal) coordinate.

§y: f64

The y (traditionally, vertical) coordinate.

§z: f64

The z (traditionally, depth) coordinate.