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.5const
Properties
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