VectorPointRGBA

Type Alias VectorPointRGBA 

Source
pub type VectorPointRGBA = VectorPoint<RGBA>;
Expand description

Vector Point with RGBA data

Aliased Type§

#[repr(C)]
pub struct VectorPointRGBA { pub x: f64, pub y: f64, pub z: Option<f64>, pub m: Option<RGBA>, pub t: Option<f64>, }

Fields§

§x: f64

X coordinate

§y: f64

Y coordinate

§z: Option<f64>

Z coordinate or “altitude”. May be None

§m: Option<RGBA>

M-Value

§t: Option<f64>

T for tolerance. A tmp value used for simplification