menu
e_chart_ext package
documentation
e_chart_ext.dart
ManyBodyForce
theta method
theta method
dark_mode
light_mode
theta
method
ManyBodyForce
theta
(
[
double
?
v
])
Implementation
ManyBodyForce theta([double? v]) { if (v != null) { _theta2 = v * v; } return this; }
e_chart_ext package
documentation
e_chart_ext
ManyBodyForce
theta method
ManyBodyForce class