Uses of Class
zext.plantuml.com.ctreber.acearth.util.Point3D
Packages that use Point3D
Package
Description
-
Uses of Point3D in zext.plantuml.com.ctreber.acearth.projection
Methods in zext.plantuml.com.ctreber.acearth.projection that return Point3DModifier and TypeMethodDescriptionRotate the point according to the current rotation of Earth.Projection.rotateReverse(Point3D pPoint) Methods in zext.plantuml.com.ctreber.acearth.projection with parameters of type Point3DModifier and TypeMethodDescriptionabstract booleanbooleanAll of Earth is visible.booleanAll of Earth is visible.booleanAll of Earth is visible.Imagine view the globe, N is up, S is down, and N0E0 is in the center.Rotate the point according to the current rotation of Earth.Projection.rotateReverse(Point3D pPoint) -
Uses of Point3D in zext.plantuml.com.ctreber.acearth.scanbit
Methods in zext.plantuml.com.ctreber.acearth.scanbit with parameters of type Point3DModifier and TypeMethodDescriptionprotected abstract voidBitGeneratorMap.scanPolygon(zext.plantuml.com.ctreber.acearth.scanbit.ScanBuf pScanBuf, Point3D[] pPoints3D, Point2D[] pPoints2D, int pIndex) protected voidBitGeneratorMapDefault.scanPolygon(zext.plantuml.com.ctreber.acearth.scanbit.ScanBuf pScanBuf, Point3D[] pPoints3D, Point2D[] pPoints2D, int pIndex) Look at 2 neighboring points in polygon and find edge crossings - edge of the globe?! Edge of image?protected voidBitGeneratorMapOrtho.scanPolygon(zext.plantuml.com.ctreber.acearth.scanbit.ScanBuf pScanBuf, Point3D[] pPoints3D, Point2D[] pPoints2D, int pIndex) -
Uses of Point3D in zext.plantuml.com.ctreber.acearth.util
Methods in zext.plantuml.com.ctreber.acearth.util that return Point3DModifier and TypeMethodDescriptionPolygon.getPoint(int pIndex) Coordinate.getPoint3D()Coordinate.getPoint3DRads()Assumes coordinate is not in degrees but rads.Point3D[]Polygon.getPoints()Constructors in zext.plantuml.com.ctreber.acearth.util with parameters of type Point3D