GitHub
Quarks VFX
Preparing search index...
The search index is not available
Documentation
Documentation
quarks.core
AxisAngleGenerator
Class AxisAngleGenerator
Implements
RotationGenerator
Index
Constructors
constructor
Properties
angle
axis
type
Methods
clone
gen
Value
start
Gen
toJSON
fromJSON
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
toJSON
toJSON
()
:
FunctionJSON
Returns
FunctionJSON
Static
fromJSON
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
toJSON
fromJSON
GitHub
Quarks VFX
Documentation
Loading...