MPPointD class

Inheritance

Constructors

MPPointD(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
returns a string representation of the 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) MPPointD
recycleInstance2(MPPointD instance) → void
recycleInstances3(List<MPPointD> instances) → void