pub type NdcPoint3 = Point3D<f64, Ndc>;Expand description
Screen-space point in normalized device coordinates, with depth.
Aliased Type§
pub struct NdcPoint3 {
pub x: f64,
pub y: f64,
pub z: f64,
/* private fields */
}Fields§
§x: f64§y: f64§z: f64