From aa823497f02b9c030fe0a88fc888f1d1c16639ed Mon Sep 17 00:00:00 2001 From: cx Date: Sat, 18 Nov 2017 23:10:09 +0800 Subject: [PATCH] #three.js update new function name --- types/three/three-core.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/types/three/three-core.d.ts b/types/three/three-core.d.ts index c0468fdecd..21df7b3b01 100644 --- a/types/three/three-core.d.ts +++ b/types/three/three-core.d.ts @@ -4489,6 +4489,7 @@ export class Vector3 implements Vector { * http://en.wikipedia.org/wiki/Taxicab_geometry */ lengthManhattan(): number; + manhattanDistanceTo():number; /** * Normalizes this vector.