SeparationFunction class

Constructors

SeparationFunction()

Properties

axis Vector2
final
hashCode int
The hash code for this object.
no setterinherited
localPoint Vector2
final
proxyA DistanceProxy
getter/setter pair
proxyB DistanceProxy
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sweepA Sweep
getter/setter pair
sweepB Sweep
getter/setter pair
type SeparationFunctionType
getter/setter pair

Methods

evaluate(int indexA, int indexB, double t) double
findMinSeparation(List<int> indexes, double t) double
initialize(SimplexCache cache, DistanceProxy proxyA, Sweep sweepA, DistanceProxy proxyB, Sweep sweepB, double t1) double
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