MPPointF class

Inheritance

Constructors

MPPointF(double _x, double _y)

Properties

currentOwnerId int?
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
getter/setter pair
y double
getter/setter pair

Methods

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

Operators

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

Static Properties

pool ObjectPool<PoolAble>
getter/setter pair

Static Methods

getInstance1(double x, double y) MPPointF
getInstance2() MPPointF
getInstance3(MPPointF copy) MPPointF
recycleInstance(MPPointF instance) → void
recycleInstances(List<MPPointF> instances) → void