FieldCorrectionGetPositionAtCorrectedZ Method |
Returns the position at the offset z with the same XY command values.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.50.0
Syntaxpublic 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
dvec3Corrected position.
See Also