Point

Type Alias Point 

Source
pub type Point = Point<f32>;
Expand description

A macro to create a new graphics shape.

Aliased Type§

pub struct Point {
    pub x: f32,
    pub y: f32,
}

Fields§

§x: f32

The x-coordinate of the point

§y: f32

The y-coordinate of the point