PhidgetSpatialEventData

Represents a set of spatial data, as recieved via the Spatial Data event

Summary
PhidgetSpatialEventDataRepresents a set of spatial data, as recieved via the Spatial Data event
Properties
AccelerationGets the acceleration array
AngularRateGets the angular rate array (gyro data)
MagneticFieldGets the magnetic field array (compass data)
TimeSecondsGets the number of whole seconds since attach.
TimeMicroSecondsGets the number of microseconds since the last second (0-999999).
TimeGets the number of seconds since attach.

Properties

Acceleration

public function get Acceleration():Array

Gets the acceleration array

AngularRate

public function get AngularRate():Array

Gets the angular rate array (gyro data)

MagneticField

public function get MagneticField():Array

Gets the magnetic field array (compass data)

TimeSeconds

public function get TimeSeconds():int

Gets the number of whole seconds since attach.

TimeMicroSeconds

public function get TimeMicroSeconds():int

Gets the number of microseconds since the last second (0-999999).

Time

public function get Time():Number

Gets the number of seconds since attach.

public function get Acceleration():Array
Gets the acceleration array
public function get AngularRate():Array
Gets the angular rate array (gyro data)
public function get MagneticField():Array
Gets the magnetic field array (compass data)
public function get TimeSeconds():int
Gets the number of whole seconds since attach.
public function get TimeMicroSeconds():int
Gets the number of microseconds since the last second (0-999999).
public function get Time():Number
Gets the number of seconds since attach.
Close