MeshLib JavaScript Docs
Loading...
Searching...
No Matches

Public Member Functions

 Matrix3f ()
 Matrix3f (Vector3f _0, Vector3f _1, Vector3f _2)

Static Public Member Functions

static Matrix3f identity ()
static Matrix3f zero ()
static Matrix3f rotation (Vector3f axis, number angle)

Public Attributes

Vector3f x
Vector3f y
Vector3f z

Constructor & Destructor Documentation

◆ Matrix3f() [1/2]

Matrix3f::Matrix3f ( )

◆ Matrix3f() [2/2]

Matrix3f::Matrix3f ( Vector3f _0,
Vector3f _1,
Vector3f _2 )

Member Function Documentation

◆ identity()

Matrix3f Matrix3f::identity ( )
static

◆ rotation()

Matrix3f Matrix3f::rotation ( Vector3f axis,
number angle )
static

◆ zero()

Matrix3f Matrix3f::zero ( )
static

Member Data Documentation

◆ x

Vector3f Matrix3f::x

◆ y

Vector3f Matrix3f::y

◆ z

Vector3f Matrix3f::z

The documentation for this class was generated from the following file: