|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.wamblee.gps.geometry.Plane
public class Plane
Represents a plane. Usually used to represent a tangent plane to the earth surface to locally approximate the earth as flat.
| Constructor Summary | |
|---|---|
Plane(Point aPoint,
Point aNormal)
Constructs a plane. |
|
| Method Summary | |
|---|---|
org.wamblee.general.Pair<java.lang.Double,java.lang.Double> |
normalizedProjection(Point aPoint)
Returns normalized coordinates within the plane of the projection of a point. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Plane(Point aPoint,
Point aNormal)
aPoint - Point on the plane.aNormal - Normal, not necessarily normalized.| Method Detail |
|---|
public org.wamblee.general.Pair<java.lang.Double,java.lang.Double> normalizedProjection(Point aPoint)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||