FieldCorrectionGetCommandAt(Double, dvec4) Method |
Gets the commands for a field position.
ATTENTION: This method always takes the field position centered in the middle!
Namespace: RAYLASE.Marker.CorrectionsAssembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntaxpublic void GetCommandAt(
double[] commands,
dvec4 position
)
Parameters
- commands Double
- Commands at field position.
- position dvec4
- Field position centered in the middle, ranging from -FieldSize/2 to FieldSize/2.
ExceptionsException | Condition |
---|
InvalidOperationException | |
See Also