Explorar el Código

TS: Interpolations.js

linbingquan hace 6 años
padre
commit
81c84fb646
Se han modificado 1 ficheros con 5 adiciones y 0 borrados
  1. 5 0
      src/extras/core/Interpolations.d.ts

+ 5 - 0
src/extras/core/Interpolations.d.ts

@@ -0,0 +1,5 @@
+export namespace Interpolations {
+	export function CatmullRom(): any;
+	export function QuadraticBezier(): any;
+	export function CubicBezier(): any;
+}