Manifold class
Constructors
- Manifold()
- Initially a manifold with 0 points, with it's points array full of instantiated ManifoldPoints.
- Manifold.copy(Manifold other)
- Creates this manifold as a copy of the other.
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- localNormal → Vector2
-
not use for Type::e_points
final
- localPoint → Vector2
-
usage depends on manifold type
final
- pointCount ↔ int
-
The number of manifold points.
getter/setter pair
-
points
→ List<
ManifoldPoint> -
The points of contact.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- type ↔ ManifoldType
-
getter/setter pair
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
set(
Manifold manifold) → void - Set this manifold from the given one.
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited