public class MagneticFlux
extends java.lang.Object
MagneticFlux
represent a three-dimensional magnetic strength vector. Units
are in tesla (NOT microtesla).Modifier and Type | Field and Description |
---|---|
long |
acquisitionTime
the time on the System.nanoTime() clock at which the data was acquired.
|
double |
x
the flux in the X direction
|
double |
y
the flux in the Y direction
|
double |
z
the flux in the Z direction
|
Constructor and Description |
---|
MagneticFlux() |
MagneticFlux(double x,
double y,
double z,
long acquisitionTime) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString() |
public double x
public double y
public double z
public long acquisitionTime