We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c326a7c commit 2bbe9f3Copy full SHA for 2bbe9f3
scene/calculate-distance/README.md
@@ -14,7 +14,7 @@ To calculate the distance between two `Graphic`s in 3D space:
14
1. Create the two graphics and add to graphics overlay.
15
- supply each graphic with a `Point`, starting location, and `SimpleMarkerSymbol`
16
1. Convert each graphic's point to the Cartesian coordinate system
17
-1. Create a JavaFX Point3D from the Cartesian x,y,z.
+1. Create a JavaFX Point3D from the Cartesian x,y, and z value.
18
1. Then get the distance between each of the JavaFX Point3Ds, `Point3D.distance(Point3D)`.
19
20
##Features
0 commit comments