| Package | Description |
|---|---|
| mpicbg.panorama | |
| mpicbg.util |
| Modifier and Type | Field and Description |
|---|---|
protected Matrix3x3 |
PanoramaCamera.i |
protected Matrix3x3 |
PanoramaCamera.m |
| Modifier and Type | Method and Description |
|---|---|
Matrix3x3 |
Matrix3x3.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
Matrix3x3.concatenate(Matrix3x3 m)
Concatenate a matrix:
this = this × m
|
void |
Matrix3x3.preConcatenate(Matrix3x3 m)
Pre-concatenate a matrix:
this = m × this
|
void |
Matrix3x3.set(Matrix3x3 m) |
Copyright © 2015–2021 Fiji. All rights reserved.