Skip to content

Commit

Permalink
Fix typo in Transform.java
Browse files Browse the repository at this point in the history
  • Loading branch information
nlisker authored Sep 4, 2024
1 parent 362d935 commit 99c27f3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1446,7 +1446,7 @@ public void transform2DPoints(double[] srcPts, int srcOff,
* The coordinates are stored in the arrays starting at the specified
* offset in the order <code>[x0, y0, z0, x1, y1, z1, ..., xn, yn, zn]</code>.
* @param srcPts the array containing the source point coordinates.
* Each point is stored as a tiplet of x,&nbsp;y,&nbsp;z coordinates.
* Each point is stored as a triplet of x,&nbsp;y,&nbsp;z coordinates.
* @param srcOff the offset to the first point to be transformed
* in the source array
* @param dstPts the array into which the transformed point coordinates
Expand Down

0 comments on commit 99c27f3

Please sign in to comment.