|
|
typedef double | value_type |
| |
|
| static void | Mult (value_type result[2][3], const value_type left[2][3], const value_type right[2][3]) |
| |
This class is used in the implementation of ImplicitLinearTransform2d.
◆ Mult()
| void InternalZGY::ImplicitLinearTransform2dImp::Mult |
( |
value_type |
result[2][3], |
|
|
const value_type |
left[2][3], |
|
|
const value_type |
right[2][3] |
|
) |
| |
|
static |
Multiply two 3x3 homogeneous matrices (i.e. 2x3 explicit representation)
- Parameters
-
| result | Matrix to write result to. |
| left | Matrix to serve as left-hand of multiplication. |
| right | Matrix to serve as right-hand of multiplication. |
The documentation for this class was generated from the following file: