Uses of Class
org.jzy3d.plot3d.primitives.Point
Package
Description
Provides mathematical tools: coordinates, spaces, grids, and trigonometry for 2 and 3 dimensions.
-
Uses of Point in org.jzy3d.chart.factories
Modifier 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
Modifier and TypeMethodDescriptionvoid
Add a Point3d to the BoundingBox3d.Modifier 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
Modifier and TypeMethodDescriptionprotected Point[]
OrthonormalTessellator.getEstimatedQuadSurroundingPoint
(int xi, int yi) protected Point[]
OrthonormalTessellator.getRealQuadStandingOnPoint
(int xi, int yi) Modifier 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
Modifier and TypeFieldDescriptionLineStripInterpolated.controlPoints
LineStripInterpolated.interpolatedPoints
Geometry.points
LineStrip.points
Modifier and TypeMethodDescriptionPoint.clone()
Geometry.get
(int p) LineStrip.get
(int p) ConcurrentLineStrip.getLastPoint()
LineStrip.getLastPoint()
protected Point
Modifier 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.Modifier 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) Modifier 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) ModifierConstructorDescriptionConcurrentLineStrip
(Point c1, Point c2) ConcurrentLineStripSplitted
(Point c1, Point c2) TesselatedPolygon
(Point[] points) -
Uses of Point in org.jzy3d.plot3d.primitives.enlightables
-
Uses of Point in org.jzy3d.plot3d.primitives.pickable
-
Uses of Point in org.jzy3d.plot3d.primitives.symbols
Modifier 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
Modifier and TypeClassDescriptionclass
Draws the distance of every scene graph drawable object to camera eye. -
Uses of Point in org.jzy3d.plot3d.text.drawable
-
Uses of Point in org.jzy3d.svm.demos