GyroValuesDeconstruct Method
Unpacks X,Y and Z axis of gyrometer tuple.
Namespace: RoboTx.ApiAssembly: Robo-Tx.Api (in Robo-Tx.Api.dll) Version: 2.0.0+58b061ffe902bd370f7f9a4c58103d8e1f566889
public void Deconstruct(
out float x,
out float y,
out float z
)
Public Sub Deconstruct (
<OutAttribute> ByRef x As Single,
<OutAttribute> ByRef y As Single,
<OutAttribute> ByRef z As Single
)
member Deconstruct :
x : float32 byref *
y : float32 byref *
z : float32 byref -> unit
Parameters
- x Single
- X axis
- y Single
- Y axis
- z Single
- Z axis