Bitbybit Docs
    Bereite Suchindex vor...

    Typenalias Axis2 (Inputs.Base)

    An axis in the plane: an origin point and a direction vector.

    type Axis2 = {
        origin: Point2;
        direction: Vector2;
    }
    Index

    Eigenschaften

    Eigenschaften

    origin: Point2
    direction: Vector2