WavesSpectrumData class final

Constructors

WavesSpectrumData({required double deltaRaw, required double thetaRaw, required double alphaRaw, required double betaRaw, required double gammaRaw, required double deltaRel, required double thetaRel, required double alphaRel, required double betaRel, required double gammaRel})

Properties

alphaRaw double
final
alphaRel double
final
betaRaw double
final
betaRel double
final
deltaRaw double
final
deltaRel double
final
gammaRaw double
final
gammaRel double
final
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
thetaRaw double
final
thetaRel double
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited