Skip to content

Commit 2bbe9f3

Browse files
authored
Update README.md
1 parent c326a7c commit 2bbe9f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scene/calculate-distance/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ To calculate the distance between two `Graphic`s in 3D space:
1414
1. Create the two graphics and add to graphics overlay.
1515
- supply each graphic with a `Point`, starting location, and `SimpleMarkerSymbol`
1616
1. Convert each graphic's point to the Cartesian coordinate system
17-
1. Create a JavaFX Point3D from the Cartesian x,y,z.
17+
1. Create a JavaFX Point3D from the Cartesian x,y, and z value.
1818
1. Then get the distance between each of the JavaFX Point3Ds, `Point3D.distance(Point3D)`.
1919

2020
##Features

0 commit comments

Comments
 (0)