public interface Transform2D
| Modifier and Type | Method and Description |
|---|---|
Point2D |
transform(Point2D src)
Transforms a point
|
Point2D[] |
transform(Point2D[] src,
Point2D[] dst)
Transforms an array of points, and returns the transformed points.
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.