TransformData class

Constructors

TransformData.allocate()

Properties

elements Float4DataPool
final
hashCode int
The hash code for this object.
no setterinherited
index int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
scos double
no setter
scosIndex int
latefinal
ssin double
no setter
ssinIndex int
latefinal
tx double
no setter
txIndex int
latefinal
ty double
no setter
tyIndex int
latefinal

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
release() → void
set(double scos, double ssin, double tx, double ty) → void
setXY(double tx, double ty) → void
toString() String
A string representation of this object.
override

Operators

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