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 TypeMethodDescriptionvoidAdd a Point3d to the BoundingBox3d.Method parameters in org.jzy3d.maths with type arguments of type PointModifier and TypeMethodDescriptionvoidstatic doubleAngle3d.angleSumFromPoints(List<Point> coords) static booleanAngle3d.angleSumFromPointsOfNonIntersectingPolygon(List<Point> coords) static Coord3dCompute 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 Drawableprotected floatDeprecated.protected floatprotected booleanprotected boolean -
Uses of Point in org.jzy3d.plot3d.primitives
Fields in org.jzy3d.plot3d.primitives with type parameters of type PointModifier and TypeFieldDescriptionLineStripInterpolated.controlPointsLineStripInterpolated.interpolatedPointsGeometry.pointsLineStrip.pointsMethods in org.jzy3d.plot3d.primitives that return PointModifier and TypeMethodDescriptionPoint.clone()Geometry.get(int p) LineStrip.get(int p) ConcurrentLineStrip.getLastPoint()LineStrip.getLastPoint()protected PointMethods 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 TypeMethodDescriptionvoidvoidvoidvoidvoidAdd a point to the polygon.voidvoidvoidAdd a point to the polygon.voidConcurrentLineStripSplitted.addAndSplit(Point point) protected voidGeometry.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 voidGeometry.callPointsForFace_SplitInTriangle_NormalAuto(IPainter painter, Point p1, Point p2, Point p3) protected voidGeometry.callPointsForFace_SplitInTriangle_NormalSupplied(IPainter painter, Point p1, Point p2, Point p3, int t) protected Coord3dGeometry.computeNormalAutomatic(Point p1, Point p2, Point p3) protected voidprotected voidGeometry.drawTriangleNormal(IPainter painter, Point p1, Point p2, Point p3, Coord3d n1, Coord3d n2, Coord3d n3) voidConcurrentLineStripSplitted.pointColorSelf(IPainter painter, Point p) voidConcurrentLineStripSplitted.pointColorWire(IPainter painter, Point p) Method parameters in org.jzy3d.plot3d.primitives with type arguments of type PointModifier and TypeMethodDescriptionvoidvoidLineStrip.addAll(Collection<Point> points) protected Coord3dGeometry.computeNormalAutomatic(List<Point> points) protected voidprotected voidGeometry.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 TypeMethodDescriptionvoidAWTNativeSymbolHandler.addSymbolOn(Point point) voidMaskImageSymbolHandler.addSymbolOn(Point point) voidMaskImageSymbolHandler.addSymbolOn(Point point, MaskPair mask) abstract voidSymbolHandler.addSymbolOn(Point point) -
Uses of Point in org.jzy3d.plot3d.rendering.view.annotation
Subclasses of Point in org.jzy3d.plot3d.rendering.view.annotationModifier and TypeClassDescriptionclassDraws 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