FieldCorrectionGetCommandAt(dvec3) 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.27.0
Syntaxpublic double[] GetCommandAt(
dvec3 position
)
Parameters
- position dvec3
- Field position centered in the middle, ranging from -FieldSize/2 to FieldSize/2.
Return Value
DoubleCommands at field position.
See Also