pub type Point = Axes<Scalar>;Expand description
Point in (x pt, y pt)
Aliased Type§
struct Point {
pub x: Scalar,
pub y: Scalar,
}Fields§
§x: ScalarThe horizontal component.
y: ScalarThe vertical component.
pub type Point = Axes<Scalar>;Point in (x pt, y pt)
struct Point {
pub x: Scalar,
pub y: Scalar,
}x: ScalarThe horizontal component.
y: ScalarThe vertical component.