public class TrapezoidCorrection extends Object implements TrapezCorrection
| Modifier and Type | Field and Description |
|---|---|
static Trapez |
EINHEITS_TRAPEZ |
| Constructor and Description |
|---|
TrapezoidCorrection() |
TrapezoidCorrection(org.apache.commons.math.linear.RealMatrix a) |
| Modifier and Type | Method and Description |
|---|---|
static org.apache.commons.math.linear.RealMatrix |
compute(Trapez from,
Trapez to) |
static void |
main(String[] args) |
Point |
map(Point x) |
static org.apache.commons.math.linear.RealMatrix |
matrix4x4(Trapez from) |
void |
setMatrix(org.apache.commons.math.linear.RealMatrix a) |
static org.apache.commons.math.linear.RealMatrix |
subSetTrapez2matrix(Trapez from) |
static org.apache.commons.math.linear.RealMatrix |
trapez2matrixT(Trapez from) |
Point |
unmap(Point p) |
public static final Trapez EINHEITS_TRAPEZ
public TrapezoidCorrection()
public TrapezoidCorrection(org.apache.commons.math.linear.RealMatrix a)
public void setMatrix(org.apache.commons.math.linear.RealMatrix a)
throws Exception
Exceptionpublic Point map(Point x)
map in interface TrapezCorrectionpublic static org.apache.commons.math.linear.RealMatrix subSetTrapez2matrix(Trapez from)
public static void main(String[] args)
public static org.apache.commons.math.linear.RealMatrix matrix4x4(Trapez from)
public static org.apache.commons.math.linear.RealMatrix trapez2matrixT(Trapez from)
Copyright © 2013. All Rights Reserved.