reflexo_typst2vec::ir

Type Alias 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: Scalar

The horizontal component.

§y: Scalar

The vertical component.

Trait Implementations§