Options
All
  • Public
  • Public/Protected
  • All
Menu

Module "rotation"

Index

Functions

Const rotation22

  • rotation22(out: null | Vec, theta: number): Vec
  • Constructs a 2x2 matrix rotation matrix for given theta.

    Parameters

    • out: null | Vec

      -

    • theta: number

      -

    Returns Vec

Const rotation23

  • rotation23(out: null | Vec, theta: number): Vec
  • Constructs a 2x3 matrix rotation matrix for given theta.

    Parameters

    • out: null | Vec

      -

    • theta: number

      -

    Returns Vec

Const rotationX33

  • rotationX33(out: null | Vec, theta: number): Vec
  • Constructs a 3x3 matrix X rotation matrix for given theta.

    Parameters

    • out: null | Vec

      -

    • theta: number

      -

    Returns Vec

Const rotationX44

  • rotationX44(out: null | Vec, theta: number): Vec
  • Constructs a 4x4 matrix X rotation matrix for given theta.

    Parameters

    • out: null | Vec

      -

    • theta: number

      -

    Returns Vec

Const rotationY33

  • rotationY33(out: null | Vec, theta: number): Vec
  • Constructs a 3x3 matrix Y rotation matrix for given theta.

    Parameters

    • out: null | Vec

      -

    • theta: number

      -

    Returns Vec

Const rotationY44

  • rotationY44(out: null | Vec, theta: number): Vec
  • Constructs a 4x4 matrix Y rotation matrix for given theta.

    Parameters

    • out: null | Vec

      -

    • theta: number

      -

    Returns Vec

Const rotationZ33

  • rotationZ33(out: null | Vec, theta: number): Vec
  • Constructs a 3x3 matrix Z rotation matrix for given theta.

    Parameters

    • out: null | Vec

      -

    • theta: number

      -

    Returns Vec

Const rotationZ44

  • rotationZ44(out: null | Vec, theta: number): Vec
  • Constructs a 4x4 matrix Z rotation matrix for given theta.

    Parameters

    • out: null | Vec

      -

    • theta: number

      -

    Returns Vec

Generated using TypeDoc