Vec3Pool class

Inheritance

Constructors

Vec3Pool()

Properties

hashCode int
The hash code for this object.
no setterinherited
objects List
he objects array.
getter/setter pairinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
type Object
The type of the objects.
getter/setter pairinherited

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