public class BilinearMapping extends Mapping
isInverseFlag
Modifier and Type | Method and Description |
---|---|
double[] |
applyTo(double[] xy) |
static BilinearMapping |
makeInverseMapping(Point2D P1,
Point2D P2,
Point2D P3,
Point2D P4,
Point2D Q1,
Point2D Q2,
Point2D Q3,
Point2D Q4) |
String |
toString() |
public static BilinearMapping makeInverseMapping(Point2D P1, Point2D P2, Point2D P3, Point2D P4, Point2D Q1, Point2D Q2, Point2D Q3, Point2D Q4)
Copyright © 2006–2017, Wilhelm Burger, Mark J. Burge (BSD 2-Clause Simplified License)