Point64

Type Alias Point64 

Source
pub type Point64 = ClipperPoint64;

Aliased Type§

#[repr(C)]
pub struct Point64 { pub x: i64, pub y: i64, }

Fields§

§x: i64§y: i64

Implementations§

Source§

impl Point64

Source

pub fn new(x: i64, y: i64) -> Self