public interface Transform
Modifier and Type | Field and Description |
---|---|
static int |
BOOKSTEIN |
static int |
FASTMATRIX |
Modifier and Type | Method and Description |
---|---|
void |
apply(double x,
double y,
double z,
double[] result) |
Transform |
composeWith(Transform next) |
int |
getTransformType() |
Transform |
inverse() |
boolean |
isIdentity() |
String |
toStringIndented(String indent) |
static final int BOOKSTEIN
static final int FASTMATRIX
Copyright © 2015–2021 Fiji. All rights reserved.