Package | Description |
---|---|
math.geom2d |
Planar geometry toolbox.
|
math.geom2d.transform |
Contains interface hierarchy for planar transforms, and implementations for
specialized transforms.
|
Modifier and Type | Class and Description |
---|---|
class |
AffineTransform2D
Base class for generic affine transforms in the plane.
|
Modifier and Type | Interface and Description |
---|---|
interface |
Bijection2D
Interface for all bijective transformations in the euclidean plane.
|
interface |
Projection2D
interface for projections in the plane : projections on a line, on a circle,
...
|
Modifier and Type | Class and Description |
---|---|
class |
CircleInversion2D
circle inversion : performs a bijection between points outside the circle and
points inside the circle.
|
class |
CircleProjection2D
basic projection on a circle, starting from the center.
|
class |
LineProjection2D
orthogonal projection on a line.
|
Copyright © 2012 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.