Represents a set of spatial data, as recieved via the Spatial Data event
PhidgetSpatialEventData | Represents a set of spatial data, as recieved via the Spatial Data event |
Properties | |
Acceleration | Gets the acceleration array |
AngularRate | Gets the angular rate array (gyro data) |
MagneticField | Gets the magnetic field array (compass data) |
TimeSeconds | Gets the number of whole seconds since attach. |
TimeMicroSeconds | Gets the number of microseconds since the last second (0-999999). |
Time | Gets the number of seconds since attach. |
Gets the acceleration array
public function get Acceleration():Array
Gets the angular rate array (gyro data)
public function get AngularRate():Array
Gets the magnetic field array (compass data)
public function get MagneticField():Array
Gets the number of whole seconds since attach.
public function get TimeSeconds():int
Gets the number of microseconds since the last second (0-999999).
public function get TimeMicroSeconds():int
Gets the number of seconds since attach.
public function get Time():Number