|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface XyzTransform
Generic type for coordinate transformations in (x, y, z) space.
Copyright 2007 Partner Software, Inc.
| Method Summary | |
|---|---|
boolean |
isIdentity()
True if this transform will return the input unchanged, and can therefore be skipped or discarded. |
java.util.List<XyzPoint> |
transform(java.util.List<XyzPoint> points)
Transform a list of XyzPoints. |
XyzPoint[] |
transform(XyzPoint... points)
Transform an array of XyzPoints. |
XyzPoint |
transform(XyzPoint point)
Transform a single (x, y, z) point. |
| Method Detail |
|---|
boolean isIdentity()
XyzPoint transform(XyzPoint point)
point - point to transform.
XyzPoint[] transform(XyzPoint... points)
points - points to transform.
java.util.List<XyzPoint> transform(java.util.List<XyzPoint> points)
points - points to transform.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||