Search
Preparing search index...
The search index is not available
Swim Toolkit
Options
All
Public
Public/Protected
All
Inherited
Externals
Menu
Swim Toolkit
@swim/mapping
Scale
Interface Scale<X, Y>
Type parameters
X
Y
Hierarchy
Mapping
<
X
,
Y
>
Scale
Callable
Scale
(
x
:
X
)
:
Y
Parameters
x:
X
Returns
Y
Index
Properties
domain
inverse
range
Methods
can
Equal
equals
equivalent
To
over
Range
to
String
with
Domain
Properties
Readonly
domain
domain
:
Domain
<
X
>
Readonly
inverse
inverse
:
Mapping
<
Y
,
X
>
Readonly
range
range
:
Range
<
Y
>
Methods
can
Equal
can
Equal
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
equals
equals
(
that
:
unknown
)
:
boolean
Parameters
that:
unknown
Returns
boolean
equivalent
To
equivalent
To
(
that
:
unknown
, epsilon
?:
number
)
:
boolean
Parameters
that:
unknown
Optional
epsilon:
number
Returns
boolean
over
Range
over
Range
(
range
:
Range
<
Y
>
)
:
Scale
<
X
,
Y
>
over
Range
(
y0
:
Y
, y1
:
Y
)
:
Scale
<
X
,
Y
>
Parameters
range:
Range
<
Y
>
Returns
Scale
<
X
,
Y
>
Parameters
y0:
Y
y1:
Y
Returns
Scale
<
X
,
Y
>
to
String
to
String
(
)
:
string
Returns
string
with
Domain
with
Domain
(
domain
:
Domain
<
X
>
)
:
Scale
<
X
,
Y
>
with
Domain
(
x0
:
X
, x1
:
X
)
:
Scale
<
X
,
Y
>
Parameters
domain:
Domain
<
X
>
Returns
Scale
<
X
,
Y
>
Parameters
x0:
X
x1:
X
Returns
Scale
<
X
,
Y
>
Modules
@swim/system
@swim/core
@swim/util
@swim/codec
@swim/mapping
@swim/collections
@swim/constraint
@swim/structure
@swim/streamlet
@swim/dataflow
@swim/recon
@swim/uri
@swim/math
@swim/geo
@swim/time
@swim/mesh
@swim/toolkit
Scale
domain
inverse
range
can
Equal
equals
equivalent
To
over
Range
to
String
with
Domain
Generated using
TypeDoc