Type Alias reflexo_typst2vec::convert::Point
source · 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.