affineLookupTable class

A dynamic lookup table for variable-base, constant-time scalar muls.

Constructors

affineLookupTable()

Properties

hashCode int
The hash code for this object.
no setteroverride
points List<affineCached>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

fromP3(Point q) → void
This is not optimised for speed; fixed-base tables should be precomputed.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
selectInto(affineCached dest, int x) → void
toString() String
A string representation of this object.
inherited

Operators

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