Float4DataPool class

Inheritance

Constructors

Float4DataPool(int size)

Properties

data Float32List
getter/setter pairinherited
hashCode int
The hash code for this object.
no setterinherited
lastIndex int
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
size int
no setterinherited

Methods

add(double e0, double e1, double e2, double e3) → void
inherited
allocate() int
clear() → void
inherited
copy(int toIndex, int fromIndex) → void
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release(int index) → void
removeLast() → void
inherited
set(int index, double e0, double e1, double e2, double e3) → void
inherited
toString() String
A string representation of this object.
inherited

Operators

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