8 #ifndef META_OCEAN_INTERACTION_JS_SQUARE_MATRIX_3_H
9 #define META_OCEAN_INTERACTION_JS_SQUARE_MATRIX_3_H
161 static inline const char* objectName();
173 return "SquareMatrix3";
This class implements the java script interaction library object.
Definition: JSLibrary.h:32
This class implements the base class for all native wrapper of JavaScript objects.
Definition: JSObject.h:31
This class implements a wrapper for a JavaScript SquareMatrix3 object.
Definition: JSSquareMatrix3.h:28
static const char * objectName()
Returns the JavaScript name of this object.
Definition: JSSquareMatrix3.h:171
static void createFunctionTemplate()
Creates the function template and object template for this object.
FunctionId
Definition of ids for individual functions.
Definition: JSSquareMatrix3.h:38
@ FI_Y_AXIS
Returns the y-axis of this matrix.
Definition: JSSquareMatrix3.h:144
@ FI_SUBTRACT
Subtracts two matrices.
Definition: JSSquareMatrix3.h:104
@ FI_X_AXIS
Returns the x-axis of this matrix.
Definition: JSSquareMatrix3.h:136
@ FI_TRANSPOSED
Returns the transposed matrix of this matrix.
Definition: JSSquareMatrix3.h:128
@ FI_DETERMINANT
Determines the matrix's determinant.
Definition: JSSquareMatrix3.h:53
@ FI_TRANSPOSE
Transposes this matrix.
Definition: JSSquareMatrix3.h:120
@ FI_IS_EQUAL
Returns whether two matrices are equal up to some epsilon.
Definition: JSSquareMatrix3.h:77
@ FI_MULTIPLY
Multiplies two matrices, mutiplies this matrix with a vector, or multiplies this matrix with a scalar...
Definition: JSSquareMatrix3.h:88
@ FI_TRACE
Returns the trace of this matrix.
Definition: JSSquareMatrix3.h:112
@ FI_ADD
Adds two matrices.
Definition: JSSquareMatrix3.h:45
@ FI_INVERT
Inverts this matrix.
Definition: JSSquareMatrix3.h:61
@ FI_STRING
Returns a string with the values of this matrix.
Definition: JSSquareMatrix3.h:96
@ FI_INVERTED
Returns the inverted matrix of this matrix.
Definition: JSSquareMatrix3.h:69
The namespace covering the entire Ocean framework.
Definition: Accessor.h:15