UnclampedGrid<U extends num> class
Constructors
-
UnclampedGrid({double scale = 1, Point<
U> ? zero})
Properties
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