Uses of Class
org.jzy3d.plot3d.primitives.Point
Packages that use Point
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Point in org.jzy3d.chart.factories
Methods in org.jzy3d.chart.factories that return PointModifier and TypeMethodDescriptionIDrawableFactory.newPointRound
(Coord3d coord, Color color, float width) NativeDrawableFactory.newPointRound
(Coord3d coord, Color color, float width) IDrawableFactory.newPointSquare
(Coord3d coord, Color color, float width) NativeDrawableFactory.newPointSquare
(Coord3d coord, Color color, float width) -
Uses of Point in org.jzy3d.maths
Methods in org.jzy3d.maths with parameters of type PointModifier and TypeMethodDescriptionvoid
Add a Point3d to the BoundingBox3d.Method parameters in org.jzy3d.maths with type arguments of type PointModifier and TypeMethodDescriptionvoid
static double
Angle3d.angleSumFromPoints
(List<Point> coords) static boolean
Angle3d.angleSumFromPointsOfNonIntersectingPolygon
(List<Point> coords) static Coord3d
Compute the normal for the input list of points. -
Uses of Point in org.jzy3d.plot3d.builder.concrete
Methods in org.jzy3d.plot3d.builder.concrete that return PointModifier and TypeMethodDescriptionprotected Point[]
OrthonormalTessellator.getEstimatedQuadSurroundingPoint
(int xi, int yi) protected Point[]
OrthonormalTessellator.getRealQuadStandingOnPoint
(int xi, int yi) Methods in org.jzy3d.plot3d.builder.concrete with parameters of type PointModifier and TypeMethodDescriptionprotected boolean[]
Deprecated.Indicates which point lies inside and outside the given min and max radius.protected boolean[]
Indicates which point lies inside and outside the given min and max radius.protected Drawable
protected float
Deprecated.protected float
protected boolean
protected boolean
-
Uses of Point in org.jzy3d.plot3d.primitives
Fields in org.jzy3d.plot3d.primitives with type parameters of type PointModifier and TypeFieldDescriptionLineStripInterpolated.controlPoints
LineStripInterpolated.interpolatedPoints
Geometry.points
LineStrip.points
Methods in org.jzy3d.plot3d.primitives that return PointModifier and TypeMethodDescriptionPoint.clone()
Geometry.get
(int p) LineStrip.get
(int p) ConcurrentLineStrip.getLastPoint()
LineStrip.getLastPoint()
protected Point
Methods in org.jzy3d.plot3d.primitives that return types with arguments of type PointModifier and TypeMethodDescriptionLineStripInterpolated.getControlPoints()
LineStripInterpolated.getInterpolatedPoints()
Geometry.getPoints()
Returns the list of the mutable points held by this polygon.LineStrip.getPoints()
Geometry.getPointSet()
Returns a set of the mutable points held by this polygon.Methods in org.jzy3d.plot3d.primitives with parameters of type PointModifier and TypeMethodDescriptionvoid
void
void
void
void
Add a point to the polygon.void
void
void
Add a point to the polygon.void
ConcurrentLineStripSplitted.addAndSplit
(Point point) protected void
Geometry.applyPointOrMapperColor
(IPainter painter, Point p) Apply mapper color if a mapper is defined and store the result in the point color, or use point color if mapper is undefined.protected void
Geometry.callPointsForFace_SplitInTriangle_NormalAuto
(IPainter painter, Point p1, Point p2, Point p3) protected void
Geometry.callPointsForFace_SplitInTriangle_NormalSupplied
(IPainter painter, Point p1, Point p2, Point p3, int t) protected Coord3d
Geometry.computeNormalAutomatic
(Point p1, Point p2, Point p3) protected void
protected void
Geometry.drawTriangleNormal
(IPainter painter, Point p1, Point p2, Point p3, Coord3d n1, Coord3d n2, Coord3d n3) void
ConcurrentLineStripSplitted.pointColorSelf
(IPainter painter, Point p) void
ConcurrentLineStripSplitted.pointColorWire
(IPainter painter, Point p) Method parameters in org.jzy3d.plot3d.primitives with type arguments of type PointModifier and TypeMethodDescriptionvoid
void
LineStrip.addAll
(Collection<Point> points) protected Coord3d
Geometry.computeNormalAutomatic
(List<Point> points) protected void
protected void
Geometry.drawPolygonNormal
(IPainter painter, List<Point> points, Coord3d normal) Constructors in org.jzy3d.plot3d.primitives with parameters of type PointModifierConstructorDescriptionConcurrentLineStrip
(Point c1, Point c2) ConcurrentLineStripSplitted
(Point c1, Point c2) TesselatedPolygon
(Point[] points) Constructor parameters in org.jzy3d.plot3d.primitives with type arguments of type Point -
Uses of Point in org.jzy3d.plot3d.primitives.enlightables
Fields in org.jzy3d.plot3d.primitives.enlightables with type parameters of type PointMethods in org.jzy3d.plot3d.primitives.enlightables that return PointModifier and TypeMethodDescriptionEnlightablePolygon.get
(int p) Retrieve a point from thePolygon
.Methods in org.jzy3d.plot3d.primitives.enlightables with parameters of type Point -
Uses of Point in org.jzy3d.plot3d.primitives.pickable
Subclasses of Point in org.jzy3d.plot3d.primitives.pickable -
Uses of Point in org.jzy3d.plot3d.primitives.symbols
Methods in org.jzy3d.plot3d.primitives.symbols with parameters of type PointModifier and TypeMethodDescriptionvoid
AWTNativeSymbolHandler.addSymbolOn
(Point point) void
MaskImageSymbolHandler.addSymbolOn
(Point point) void
MaskImageSymbolHandler.addSymbolOn
(Point point, MaskPair mask) abstract void
SymbolHandler.addSymbolOn
(Point point) -
Uses of Point in org.jzy3d.plot3d.rendering.view.annotation
Subclasses of Point in org.jzy3d.plot3d.rendering.view.annotationModifier and TypeClassDescriptionclass
Draws the distance of every scene graph drawable object to camera eye.Fields in org.jzy3d.plot3d.rendering.view.annotation declared as Point -
Uses of Point in org.jzy3d.plot3d.text.drawable
Fields in org.jzy3d.plot3d.text.drawable declared as PointMethods in org.jzy3d.plot3d.text.drawable that return Point -
Uses of Point in org.jzy3d.svm.demos
Methods in org.jzy3d.svm.demos with parameters of type Point