freya
0.4.0-alpha.4
Path
Direction
Aliased Type
Variants
CCW
CW
In freya::
engine::
prelude
freya
::
engine
::
prelude
Type Alias
PathDirection
Copy item path
pub type PathDirection = SkPathDirection;
Aliased Type
§
#[repr(u8)]
pub enum PathDirection { CW = 0, CCW = 1, }
Variants
§
§
CW = 0
§
CCW = 1