pub type AEGP_MaskVertex = PF_PathVertex;Aliased Type§
#[repr(C)]pub struct AEGP_MaskVertex {
pub x: f64,
pub y: f64,
pub tan_in_x: f64,
pub tan_in_y: f64,
pub tan_out_x: f64,
pub tan_out_y: f64,
}Fields§
§x: f64§y: f64§tan_in_x: f64§tan_in_y: f64§tan_out_x: f64§tan_out_y: f64