- Face<X extends Point_> - Class in Jcg.polyhedron
-
- Face() - Constructor for class Jcg.polyhedron.Face
-
- face - Variable in class Jcg.polyhedron.Halfedge
-
- faceColors - Variable in class Jcg.mesh.SharedVertexRepresentation
-
- faceColors - Variable in class Jcg.viewer.j3d.MeshViewer
-
- faceDegrees - Variable in class Jcg.mesh.SharedVertexRepresentation
-
- faces - Variable in class Jcg.mesh.SharedVertexRepresentation
-
- faces - Variable in class Jcg.triangulations2D.TriangulationDS_2
-
- facesToString() - Method in class Jcg.polyhedron.Polyhedron_3
-
Return a string representing the list of faces
- FacetHandle<X extends Point_3> - Class in Jcg.triangulations3D
-
A dummy class used to represent a triangulation facet as a pair (TriangulationDSCell_3, int).
- FacetHandle(TriangulationDSCell_3<X>, int) - Constructor for class Jcg.triangulations3D.FacetHandle
-
- facets - Variable in class Jcg.polyhedron.Polyhedron_3
-
- facetsCollection - Variable in class Jcg.viewer.j3d.MeshViewer
-
A field in which to store collections of 3D triangulation facets to be shown in the scene.
- Fenetre - Class in Jcg.viewer.old
-
2D window allowing to draw line segments and points
- Fenetre() - Constructor for class Jcg.viewer.old.Fenetre
-
Creates a new Fenetre and shows it immediately.
- Fenetre(boolean) - Constructor for class Jcg.viewer.old.Fenetre
-
Creates a new Fenetre and shows it only if setVisible == true (recommended when one
wants to update the Fenetre's data structures before showing it).
- Fenetre(String) - Constructor for class Jcg.viewer.old.Fenetre
-
Creates a new Fenetre with a given title.
- Fenetre(BufferedImage, String) - Constructor for class Jcg.viewer.old.Fenetre
-
Creates a new Fenetre with a given title and background image.
- filename - Static variable in class Jcg.viewer.processing3d.MeshViewerProcessing
-
- fillHole(Halfedge) - Method in class Jcg.polyhedron.Polyhedron_3
-
- fillTriangle(int[], int[], Color, Color, Color, Color, boolean) - Method in class Jcg.viewer.editor2d.Draw
-
- fillTriangle(Point_2, Point_2, Point_2, Color) - Method in class Jcg.viewer.editor2d.Draw
-
- fillTriangle(int[], int[], Color, Color, Color, Color, double, boolean) - Method in class Jcg.viewer.editor2d.Draw
-
- FilteredPredicates_2 - Class in Jcg.geometry.kernel
-
Filtered geometric predicates for plane objects (points, segments, rays)
- FilteredPredicates_2() - Constructor for class Jcg.geometry.kernel.FilteredPredicates_2
-
- FilteredPredicates_3 - Class in Jcg.geometry.kernel
-
Filtered geometric predicates for 3D objects (points, segments, rays)
- FilteredPredicates_3() - Constructor for class Jcg.geometry.kernel.FilteredPredicates_3
-
- findClosestPair(Point_2[]) - Method in interface Jcg.closestpair.ClosestPair
-
Compute the closest pair of a set of points in the plane
- findClosestPair(Point_2[]) - Method in class Jcg.closestpair.SlowClosestPair
-
- findClosestVertex(GeometricGraph_2, Point_2, double) - Static method in class Jcg.viewer.editor2d.Canvas2D
-
Return the list of vertices which are at distance at most epsilon from point p
- findCloseVertices(GeometricGraph_2, Point_2, double) - Static method in class Jcg.viewer.editor2d.Canvas2D
-
Return the list of vertices which are at distance at most epsilon from point p
- findConflicts(Point_3, TriangulationDSCell_3<Point_3>) - Method in class Jcg.triangulations3D.Delaunay_3
-
Computes the set of cells that are in conflict with p, that is, the cells whose circumspheres have p
in their interior.
- findPoint(int, int) - Method in class Jcg.viewer.processing2d.Canvas2DProcessing
-
- finiteCells() - Method in class Jcg.triangulations3D.Delaunay_3
-
returns the collection of all finite cells of the triangulation.
- finiteEdges() - Method in class Jcg.triangulations2D.Triangulation_2
-
Computes and returns the collection of all finite edges in the triangulation
(that is, all edges connecting vertices in the interior of the bounding box).
- finiteFaces() - Method in class Jcg.triangulations2D.Triangulation_2
-
Computes and returns the collection of all finite faces of the triangulation
(that is, faces lying in the interior of the bounding box).
- finiteFacets() - Method in class Jcg.triangulations3D.Delaunay_3
-
Outputs the collection of all finite facets of the triangulation (the ones not linked to
bounding box vertices).
- finiteVertices() - Method in class Jcg.triangulations2D.Triangulation_2
-
Computes and returns the collection of all finite vertices of the triangulation
(that is, vertices lying in the interior of the bounding box).
- finiteVertices() - Method in class Jcg.triangulations3D.Delaunay_3
-
returns the collection of all finite vertices of the triangulation.
- flipEdge(Halfedge<X>) - Method in class Jcg.polyhedron.Polyhedron_3
-
Perform the flip of an edge
- flipEdge(QuadEdge) - Static method in class Jcg.triangulations2D.QuadEdge
-
Performs a flip of QuadEdge e.
- flipEdge(HalfedgeHandle<X>) - Method in class Jcg.triangulations2D.TriangulationDS_2
-
flips an edge in the triangulation and returns the new edge