polygonjs-engine
Version:
node-based webgl 3D engine https://polygonjs.com
9 lines (8 loc) • 354 B
TypeScript
import { BaseNodeGlMathFunctionArg1GlNode } from './_BaseMathFunction';
import { FunctionGLDefinition } from './utils/GLDefinition';
export declare class QuatMultGlNode extends BaseNodeGlMathFunctionArg1GlNode {
static type(): string;
initializeNode(): void;
gl_method_name(): string;
gl_function_definitions(): FunctionGLDefinition[];
}