MagneticField class
Encapsulates magnetic field strength data, values are in micro tesla @author Eric Tsai
- Inheritance
-
- Object
- FloatVector
- MagneticField
Constructors
- MagneticField.new(double x, double y, double z)
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
-
x(
) → double - Gets the magnetic field strength along the X-axis @return X-axis bfield strength
-
y(
) → double - Gets the magnetic field strength along the y-axis @return Y-axis bfield strength
-
z(
) → double - Gets the magnetic field strength along the z-axis @return Z-axis bfield strength
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited