Search
Preparing search index...
The search index is not available
@kano/code
Options
All
Public
Public/Protected
All
Inherited
Menu
Globals
MathModule
Class MathModule
Hierarchy
AppModule
MathModule
Indexable
[
K:
string
]:
any
Index
Constructors
constructor
Properties
methods
output
Accessors
id
Methods
_lerp
_random
_sign
add
Lifecycle
Step
add
Method
add
Module
execute
Lifecycle
Step
get
Symbols
instrumentize
transform
Legacy
Constructors
constructor
new
Math
Module
(
output
:
any
)
:
MathModule
Parameters
output:
any
Returns
MathModule
Properties
methods
methods
:
IMethodTree
Protected
output
output
:
Output
Accessors
Static
id
id
:
Methods
_lerp
_lerp
(
from
:
number
, to
:
number
, percent
:
number
)
:
number
Parameters
from:
number
to:
number
percent:
number
Returns
number
_random
_random
(
min
:
number
, max
:
number
)
:
number
Parameters
min:
number
max:
number
Returns
number
_sign
_sign
(
x
:
number
)
:
number
Parameters
x:
number
Returns
number
add
Lifecycle
Step
add
Lifecycle
Step
(
name
:
string
, cbName
:
string
)
:
void
Parameters
name:
string
cbName:
string
Returns
void
add
Method
add
Method
(
name
:
string
, cbName
:
Function
|
string
)
:
void
Parameters
name:
string
cbName:
Function
|
string
Returns
void
add
Module
add
Module
(
name
:
string
)
:
SubModule
Parameters
name:
string
Returns
SubModule
execute
Lifecycle
Step
execute
Lifecycle
Step
(
name
:
string
)
:
void
Parameters
name:
string
Returns
void
get
Symbols
get
Symbols
(
)
:
string
[]
Returns
string
[]
instrumentize
instrumentize
(
fullPath
:
string
, method
:
string
)
:
Instrument
Parameters
fullPath:
string
method:
string
Returns
Instrument
Static
transform
Legacy
transform
Legacy
(
app
:
any
)
:
void
Parameters
app:
any
Returns
void
Globals
Math
Module
constructor
methods
output
id
_lerp
_random
_sign
add
Lifecycle
Step
add
Method
add
Module
execute
Lifecycle
Step
get
Symbols
instrumentize
transform
Legacy
Generated using
TypeDoc