@awatters_flatiron/tsvector - v1.0.1
    Preparing search index...

    Variable MpitchConst

    Mpitch: (angle: number) => Matrix = pitch

    Type Declaration

      • (angle: number): Matrix
      • Creates a 3D rotation matrix for pitch (rotation around the y-axis)

        Parameters

        • angle: number

          The pitch angle in radians

        Returns Matrix

        A 3×3 rotation matrix for pitch

    Use pitch instead. Mpitch will be removed in a future version.