public class TOQUATERNION extends NamedWarpScriptFunction implements WarpScriptStackFunction
| Constructor and Description |
|---|
TOQUATERNION(java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
apply(WarpScriptStack stack) |
static long |
toQuaternion(double w,
double x,
double y,
double z) |
getName, refSnapshot, setName, toStringpublic java.lang.Object apply(WarpScriptStack stack) throws WarpScriptException
apply in interface WarpScriptStackFunctionWarpScriptExceptionpublic static long toQuaternion(double w,
double x,
double y,
double z)