SMUtil class

Constructors

SMUtil()

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

collapse(List<Vertex> vertices, List<Tri> faces, Vertex u, Vertex? v) → void
computeEdgeCollapseCost(dynamic u, dynamic v) → dynamic
computeEdgeCostAtVertex(Vertex v) → void
minimumCostEdge(List<Vertex> vertices) Vertex?
pushIfUnique(dynamic array, Vertex object) → void
removeFace(Tri f, List<Tri> faces) → void
removeFromArray(dynamic array, dynamic object) → void
removeVertex(Vertex v, List<Vertex> vertices) → void