UNPKG

@polygonjs/polygonjs

Version:

node-based WebGL 3D engine https://polygonjs.com

8 lines (7 loc) 206 B
"use strict"; import { MathFunctionArg1OperationFactory } from "./_Math_Arg1Operation"; export class AtanJsNode extends MathFunctionArg1OperationFactory("atan", { inputPrefix: "val", out: "atan" }) { }