Options
All
  • Public
  • Public/Protected
  • All
Menu

Index

Type Aliases

QuaternionAsArray: [x: number, y: number, z: number, w: number]

An array representation of a Quaternion.

Functions

  • Parses a JSON string representation of a Quaternion.

    Parameters

    • json: string

      A JSON string either in the form of [x, y, z, w] or {"x": 0, "y": 0, "z": 0, "w": 0}.

    Returns Quaternion

    A parsed Quaternion.