Point class

A point with an x and y coordinate and a pressure.

Constructors

Point(double x, double y, [double p = 0.5])
const

Properties

hashCode int
The hash code for this object.
no setterinherited
p double
The pressure for this point.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
x double
The horizontal coordinate.
final
y double
The vertical coordinate.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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