FieldCorrectionGetLineZRange Method |
Returns the minimum and maximum control value of the z axis for the provided line.
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void GetLineZRange(
dvec3 start,
dvec3 end,
out double minZ,
out double maxZ,
int axis = 2
)
Parameters
- start dvec3
- Start position of the line.
- end dvec3
- End position of the line.
- minZ Double
- Minimum control value (range 0-65535).
- maxZ Double
- Maximum control value (range 0-65535).
- axis Int32 (Optional)
- Axis: 2 for z axis, other values for additional axis like camera or zoom.
RemarksIs only evaluation start end and middle position.
See Also