Package | Description |
---|---|
magma.util.function |
Modifier and Type | Class and Description |
---|---|
class |
SupportPoint
A simple class representing support points in 2D space.
|
Modifier and Type | Field and Description |
---|---|
Point |
SupportPoint.tangentPointAfter
The sub-support point after the actual support point
|
Point |
SupportPoint.tangentPointBefore
The sub-support point before the actual support point
|
Modifier and Type | Method and Description |
---|---|
Point |
SupportPoint.getTangentPointAfter() |
Point |
SupportPoint.getTangentPointBefore() |
Constructor and Description |
---|
Point(Point source) |