PsTriad class

Connection between three particles

Constructors

PsTriad(Particle particleA, Particle particleB, Particle particleC)

Properties

flags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
ka double
getter/setter pair
kb double
getter/setter pair
kc double
getter/setter pair
pa Vector2
final
particleA Particle
final
particleB Particle
final
particleC Particle
final
pb Vector2
final
pc Vector2
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
s double
getter/setter pair
strength double
getter/setter pair

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