Math3D Full Project API
Preparing search index...
renderer/src/math/curvePresetFactory
CurvePresetInput
Type Alias CurvePresetInput
type
CurvePresetInput
=
{
dimension
:
2
|
3
;
domain
:
{
closed
?:
boolean
;
tMax
:
number
;
tMin
:
number
}
;
formulas
:
{
x
:
string
;
y
:
string
;
z
?:
string
}
;
id
:
string
;
kind
:
string
;
label
:
string
;
}
Index
Properties
dimension
domain
formulas
id
kind
label
Properties
dimension
dimension
:
2
|
3
domain
domain
:
{
closed
?:
boolean
;
tMax
:
number
;
tMin
:
number
}
formulas
formulas
:
{
x
:
string
;
y
:
string
;
z
?:
string
}
id
id
:
string
kind
kind
:
string
label
label
:
string
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
dimension
domain
formulas
id
kind
label
Math3D Full Project API
Loading...