ConvexHull class
Methods
-
addAdjoiningFace2(dynamic eyeVertex, dynamic horizonEdge)
→ dynamic
-
-
addNewFace2s(dynamic eyeVertex, dynamic horizon)
→ ConvexHull
-
-
addVertexToFace2(VertexNode vertex, Face2 face)
→ ConvexHull
-
-
addVertexToHull(VertexNode eyeVertex)
→ ConvexHull
-
-
cleanup()
→ ConvexHull
-
-
compute()
→ ConvexHull
-
-
computeExtremes()
→ Map<String, List<VertexNode>>
-
-
computeHorizon(dynamic eyePoint, dynamic crossEdge, Face2 face, dynamic horizon)
→ ConvexHull
-
-
computeInitialHull()
→ ConvexHull
-
-
containsPoint(Vector3 point)
→ bool
-
-
deleteFace2Vertices(Face2 face, [Face2? absorbingFace2])
→ ConvexHull
-
-
intersectRay(Ray ray, Vector3 target)
→ Vector3?
-
-
intersectsRay(Ray ray)
→ bool
-
-
makeEmpty()
→ ConvexHull
-
-
nextVertexToAdd()
→ VertexNode?
-
-
noSuchMethod(Invocation invocation)
→ dynamic
-
Invoked when a nonexistent method or property is accessed.
inherited
-
reindexFace2s()
→ ConvexHull
-
-
removeAllVerticesFromFace2(Face2 face)
→ VertexNode?
-
-
removeVertexFromFace2(VertexNode vertex, Face2 face)
→ ConvexHull
-
-
resolveUnassignedPoints(List<Face2> newFace2s)
→ ConvexHull
-
-
setFromObject(Object3D object)
→ ConvexHull
-
-
setFromPoints(List<Vector3> points)
→ ConvexHull
-
-
toString()
→ String
-
A string representation of this object.
inherited