NumericViewport class

Represents the starting and ending extent of a dataset.

Constructors

NumericViewport(num min, num max)
Precondition: min <= max.
it is recommended that the min and max distance be greater than equal to 1.5
const

Properties

hashCode int
The hash code for this object.
no setterinherited
max num
final
min num
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

getRender() → NumericExtents
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