Click or drag to resize

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.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.19.0
Syntax
C#
public 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
ExceptionCondition
InvalidOperationException
See Also