UnclampedGrid<U extends num> class

Inheritance

Constructors

UnclampedGrid({double scale = 1, Point<U>? zero})

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scale double
getter/setter pair
size Point<U>
getter/setter pairinherited
zero Point<U>
getter/setter pairinherited

Methods

gridSnapCentered(Point<num> center, int size) Point<num>
override
gridToWorldSpace(Point<num> gridPos) Point<double>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
worldSnapCentered(Point<num> center, int size) Point<num>
override
worldToGridSpace(Point<num> worldPos) Point<double>
override

Operators

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