You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4 lines
550 B
4 lines
550 B
// All material copyright Esri, All Rights Reserved, unless otherwise specified. |
|
// See https://js.arcgis.com/4.30/esri/copyright.txt for details. |
|
//>>built |
|
define(["exports","../../chunks/vec32","../../core/libs/gl-matrix-2/factories/vec3f64","./projectVectorToVector"],function(e,a,f,g){const b=f.create(),c=f.create();e.projectDirection=function(h,m,k,d,l){a.copy(b,h);a.add(c,h,m);g.projectVectorToVector(b,k,b,l);g.projectVectorToVector(c,k,c,l);a.subtract(d,c,b);a.normalize(d,d)};Object.defineProperty(e,Symbol.toStringTag,{value:"Module"})}); |