Click or drag to resize

FieldCorrectionGetPositionAtCorrectedZ Method

Returns the position at the offset z with the same XY command values.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.50.0
Syntax
C#
public dvec3 GetPositionAtCorrectedZ(
	dvec3 detected,
	double offsetZ
)

Parameters

detected  dvec3
Initial position int the centered volume.
offsetZ  Double
Offset for actual z layer to evaluate.

Return Value

dvec3
Corrected position.
See Also