projP2 class

Constructors

projP2(Element X, Element Y, Element Z)
projP2.fromP3(Point p)
factory
projP2.zero()
factory

Properties

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

Methods

fromP1xP1(projP1xP1 p) → void
fromP3(Point p) → void
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
zero() → void

Operators

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