Click or drag to resize

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.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.27.0
Syntax
C#
public double[] GetCommandAt(
	dvec3 position
)

Parameters

position  dvec3
Field position centered in the middle, ranging from -FieldSize/2 to FieldSize/2.

Return Value

Double
Commands at field position.
See Also