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.31.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.
Exceptions| Exception | Condition |
|---|
| InvalidOperationException | |
See Also