







JsPropertiesExtractor | Send comments on this topic. |
Distance2D Method | |
See Also Example |
![]() |
vdWebLibrary Namespace > vdgeo Class : Distance2D Method |
- point1
- The first point.
- point2
- The second point.
Parameters
- point1
- The first point.
- point2
- The second point.
Return Value
A numerical value that represents the distance in drawing units.C# | ![]() |
---|---|
var distance = vdgeo.Distance2D(vdgeo.newpoint(0, 0, 0), vdgeo.newpoint(10,10 ,0)); |