@openglobus/og 0.25.4 → 0.25.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/lib/math/Ray.d.ts CHANGED
@@ -62,7 +62,7 @@ export declare class Ray {
62
62
  */
63
63
  hitPlaneRes(plane: Plane, res: Vec3): number;
64
64
  /**
65
- * Returns a ray hit sphere coordiante. If there isn't hit returns null.
65
+ * Returns a ray hit sphere coordinates. If there isn't hit returns null.
66
66
  * @public
67
67
  * @param {Sphere} sphere - Sphere object.
68
68
  * @returns {Vec3}