Bitbybit Docs
    Preparing search index...

    Type Alias Axis2 (Inputs.Base)

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

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

    Properties

    Properties

    origin: Point2
    direction: Vector2