Options
All
  • Public
  • Public/Protected
  • All
Menu

A 3-by3 matrix. Stored in column-major order.

Hierarchy

  • b2Mat33

Index

Constructors

Properties

col1: b2Vec3

Column 1

col2: b2Vec3

Column 2

col3: b2Vec3

Column 3

Methods

  • Adds the two 3x3 matricies together and stores the result in this matrix.

    Parameters

    Returns void

  • SetIdentity(): void
  • SetZero(): void
  • Solve33(out: b2Vec3, bX: number, bY: number, bZ: number): b2Vec3

Generated using TypeDoc