Uses of Class
eu.iv4xr.framework.spatial.meshes.Face
Packages that use Face
Package
Description
This package provides classes to do pathfinding over a graph.
Provide mainly the class
Mesh
for representing 3D surface meshes.-
Uses of Face in eu.iv4xr.framework.extensions.pathfinding
Fields in eu.iv4xr.framework.extensions.pathfinding with type parameters of type Face -
Uses of Face in eu.iv4xr.framework.spatial.meshes
Fields in eu.iv4xr.framework.spatial.meshes with type parameters of type FaceMethods in eu.iv4xr.framework.spatial.meshes with parameters of type FaceModifier and TypeMethodDescriptionstatic boolean
Face.isConnected(Face a, Face b)
Check if two Faces are 'connected'.