Skip to main content

Point3

Type Alias Point3 

Source
pub type Point3 = DVec3;
Expand description

A semantic alias used when a value is a three-dimensional position.

Aliased Type§

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

Fields§

§x: f64§y: f64§z: f64