Function paws::point

source · []
pub fn point(x: f32, y: f32) -> Point
Expand description

Shorthand for Point::new(x, y), which is equivalent to Vector::new(x, y).