Click or drag to resize

FoundLineCalcDistance(dvec3) Method

Calculates the distance between this line and the given point p.

Namespace: RAYLASE.Marker.JobElement.ImageProcessing
Assembly: RAYLASE.Marker.JobElement (in RAYLASE.Marker.JobElement.dll) Version: 2.19.0
Syntax
C#
public double CalcDistance(
	dvec3 p
)

Parameters

p  dvec3
The point.

Return Value

Double
The distance.
See Also