Math3D Full Project API
Preparing search index...
renderer/src/math/expression
compileExpression
Function compileExpression
compileExpression
(
src
:
string
,
allowedVars
:
string
[]
,
)
:
{
error
?:
ExprError
;
fn
?:
(
vars
:
Record
<
string
,
number
>
)
=>
number
}
Parameters
src
:
string
allowedVars
:
string
[]
Returns
{
error
?:
ExprError
;
fn
?:
(
vars
:
Record
<
string
,
number
>
)
=>
number
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Math3D Full Project API
Loading...