projCached class
Constructors
- projCached(Element YplusX, Element YminusX, Element Z, Element T2d)
- projCached.zero()
-
factory
Properties
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