Expand description
An intersection with the scanline.
Fields§
§x: f64X coordinate.
direction: c_intNormalized Y direction of the oriented edge at the point of intersection.
Trait Implementations§
source§impl Clone for msdfgen_Scanline_Intersection
impl Clone for msdfgen_Scanline_Intersection
source§fn clone(&self) -> msdfgen_Scanline_Intersection
fn clone(&self) -> msdfgen_Scanline_Intersection
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source. Read more