MagneticField class

Encapsulates magnetic field strength data, values are in micro tesla @author Eric Tsai

Inheritance

Constructors

MagneticField.new(double x, double y, double z)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
vector List<double>
getter/setter pairinherited

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