ML Reference
ml::Matrix4Field Class Reference

Field to encapsulate a 4x4 matrix. More...

#include <mlFields.h>

Inheritance diagram for ml::Matrix4Field:
ml::MatrixField ml::Field

List of all members.

Public Member Functions

 Matrix4Field (const std::string &name="")
 Constructor, creates a field with a name to manage a 4x4 matrix; automatically initialized to the unit matrix by default.

Detailed Description

Field to encapsulate a 4x4 matrix.

Definition at line 2026 of file mlFields.h.


Constructor & Destructor Documentation

ml::Matrix4Field::Matrix4Field ( const std::string &  name = "")

Constructor, creates a field with a name to manage a 4x4 matrix; automatically initialized to the unit matrix by default.


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