webHydLa
Preparing search index...
graph/plotUtils
Triplet
Class Triplet<T>
Type Parameters
T
Hierarchy (
View Summary
)
Triplet
ComparableTriplet
Index
Constructors
constructor
Properties
x
y
z
Methods
map
Constructors
constructor
new
Triplet
<
T
>
(
x
:
T
,
y
:
T
,
z
:
T
)
:
Triplet
<
T
>
Type Parameters
T
Parameters
x
:
T
y
:
T
z
:
T
Returns
Triplet
<
T
>
Properties
x
x
:
T
y
y
:
T
z
z
:
T
Methods
map
map
<
U
>
(
f
:
(
t
:
T
)
=>
U
)
:
Triplet
<
U
>
Type Parameters
U
Parameters
f
:
(
t
:
T
)
=>
U
Returns
Triplet
<
U
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
x
y
z
Methods
map
webHydLa
Loading...