Vec3Pool class
Constructors
- Vec3Pool()
Properties
Methods
-
constructObject(
) → Vec3 -
Construct a vector
override
-
get(
) → dynamic -
Get an object
inherited
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
release(
[List? args]) → Pool -
Release an object after use
inherited
-
resize(
num size) → Pool -
@return Self, for chaining
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited