Bitbybit Docs
    Bereite Suchindex vor...

    Typenalias Axis3 (Inputs.Base)

    An axis in space: an origin point and a direction vector. Used wherever an operation needs both a position and an orientation - rotating about an arbitrary line, revolving a profile, mirroring across a line.

    type Axis3 = {
        origin: Point3;
        direction: Vector3;
    }
    Index

    Eigenschaften

    Eigenschaften

    origin: Point3
    direction: Vector3