World of Rigid Bodies (WoRB)
|
Definitions for Matrix
, Scalar
, Logical
and String
classes which simplify access to MATLAB array objects.
More...
#include "mex.h"
Go to the source code of this file.
Data Structures | |
class | Mex::Matrix |
Represents a simple matrix class that keeps components in a column-major order. More... | |
class | Mex::Scalar |
Represents a MATLAB scalar double value. More... | |
class | Mex::Logical |
Represents a MATLAB logical value. More... | |
class | Mex::String |
Represents a MATLAB character string value. More... | |
Namespaces | |
namespace | Mex |
Definitions for Matrix
, Scalar
, Logical
and String
classes which simplify access to MATLAB array objects.
Definition in file mexWoRB.h.