LegacyInternalPlasmaCompute class
Class that computes position of the particles based on canvasSize, circleSize, offset and value.
Constructors
- LegacyInternalPlasmaCompute({required Size canvasSize, required double circleSize, required double offset, required double value})
Properties
- canvasSize → Size
-
final
- circleSize → double
-
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- offset → double
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- value → double
-
final
Methods
-
blurRadius(
) → double -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
position(
int particleNumber) → Offset -
radius(
) → double -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited