[ROOT] --> small

class matrix3x3

Author:
unascribed

Version:
unknown

Source:
matrix2x2.h:26

Constructors Index

matrix3x3
[public]
~matrix3x3
[public]


Variables Index

coordinates
[public]
rhs
[public]


Methods Index

crossProduct
[public]


Constructors

matrix3x3

public matrix3x3 ( ) ;

matrix3x3

public virtual ~ matrix3x3 ( ) ;


Variables

coordinates

public double coordinates [ 3 ] [ 3 ]

rhs

public double rhs [ 3 ]


Methods

crossProduct

public bool crossProduct ( matrix3x3 & lhs ,
                           matrix3x3 & rhs ) ;


This documentation was generated automatically by the ccdoc tool (version 0.7a).
Click here to submit a bug report or feature request.

Click here to return to the top of the page.