Struct rust_3d::compressed_point_3d::CompressedPoint3D
[−]
[src]
pub struct CompressedPoint3D<T> where
T: Unsigned + PrimInt, {
pub unitsx: T,
pub unitsy: T,
pub unitsz: T,
}
CompressedPoint3D
Fields
unitsx: T
unitsy: T
unitsz: T