Package | Description |
---|---|
hep.wired.util |
Modifier and Type | Method and Description |
---|---|
Matrix2D |
Matrix2D.createInverse() |
Modifier and Type | Method and Description |
---|---|
void |
Matrix2D.concatenate(Matrix2D m)
Concatenates this matrix with m, such that M' = M * m.
|
void |
Matrix2D.preConcatenate(Matrix2D m)
Pre-concatenates this matrix with m, such that M' = m * M.
|
Copyright © 1996-2014 FreeHEP. All Rights Reserved.