Click or drag to resize

FieldCorrectionApplyRotation(Double, dvec2) Method

Rotates the field correction around the center of the field.

Namespace: RAYLASE.Marker.Corrections
Assembly: RAYLASE.Marker.Corrections (in RAYLASE.Marker.Corrections.dll) Version: 2.31.0
Syntax
C#
public void ApplyRotation(
	double rotation,
	dvec2 center
)

Parameters

rotation  Double
Angle to rotate [rad].
center  dvec2
Center of rotation.
See Also