Get this Range's magnitude in each dimension
Get this Range's maximum values per dimension
Get this Range's minimum values per dimension
Add more Pts to this Range and recalculate its min and max values
a Group or an array of Pts to append to this Range
Optional. Set the parameter to false
if you want to append without immediately updating this Range's min and max values. Default is true
.
Go through the group and find its min and max values. Usually you don't need to call this function directly.
Map this Range to another range of values
target range's minimum value
target range's maximum value
Optional boolean array where true
means excluding the conversion in that specific dimension.
Create a number of evenly spaced "ticks" that span this Range's min and max value.
number of subdivision. For example, 10 subdivision will return 11 tick values, which include first(min) and last(max) values.
Generated using TypeDoc
Range object keeps track of a Group of n-dimensional Pts to provide its minimum, maximum, and magnitude in each dimension. It also provides convenient functions such as mapping the Group to another range.