GyroValuesDeconstruct Method

Unpacks X,Y and Z axis of gyrometer tuple.

Definition

Namespace: RoboTx.Api
Assembly: RoboTx.Api (in RoboTx.Api.dll) Version: 2.0.0
C#
public void Deconstruct(
	out float x,
	out float y,
	out float z
)

Parameters

x  Single
X axis
y  Single
Y axis
z  Single
Z axis

See Also