projCached class

Constructors

projCached(Element YplusX, Element YminusX, Element Z, Element T2d)
projCached.zero()
factory

Properties

hashCode int
The hash code for this object.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
T2d Element
getter/setter pair
YminusX Element
getter/setter pair
YplusX Element
getter/setter pair
Z Element
getter/setter pair

Methods

condNeg(int cond) → void
CondNeg negates v if cond == 1 and leaves it unchanged if cond == 0.
copyFrom(projCached other) → void
fromP3(Point p) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
select(projCached a, projCached b, int cond) → void
Select sets v to a if cond == 1 and to b if cond == 0.
toString() String
A string representation of this object.
inherited
zero() → void

Operators

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