babylon.quarks - v0.19.0
Demos
GitHub
npm
Preparing search index...
AxisAngleGenerator
Class AxisAngleGenerator
Implements
RotationGenerator
Index
Constructors
constructor
Properties
angle
axis
type
Methods
clone
gen
Value
start
Gen
to
JSON
from
JSON
Constructors
constructor
new
AxisAngleGenerator
(
axis
:
Vector3
,
angle
:
ValueGenerator
|
FunctionValueGenerator
,
)
:
AxisAngleGenerator
Parameters
axis
:
Vector3
angle
:
ValueGenerator
|
FunctionValueGenerator
Returns
AxisAngleGenerator
Properties
angle
angle
:
ValueGenerator
|
FunctionValueGenerator
axis
axis
:
Vector3
type
type
:
"rotation"
Methods
clone
clone
()
:
RotationGenerator
Returns
RotationGenerator
gen
Value
genValue
(
memory
:
GeneratorMemory
,
quat
:
Quaternion
,
delta
:
number
,
t
?:
number
,
)
:
Quaternion
Parameters
memory
:
GeneratorMemory
quat
:
Quaternion
delta
:
number
Optional
t
:
number
Returns
Quaternion
start
Gen
startGen
(
memory
:
GeneratorMemory
)
:
void
Parameters
memory
:
GeneratorMemory
Returns
void
to
JSON
toJSON
()
:
FunctionJSON
Returns
FunctionJSON
Static
from
JSON
fromJSON
(
json
:
FunctionJSON
)
:
AxisAngleGenerator
Parameters
json
:
FunctionJSON
Returns
AxisAngleGenerator
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Properties
angle
axis
type
Methods
clone
gen
Value
start
Gen
to
JSON
from
JSON
Demos
GitHub
npm
babylon.quarks - v0.19.0
Loading...