| Property | Defined by | ||
|---|---|---|---|
| minimal_step : Number = 4.9E-324 [static]
| Distribute | ||
| N : int = 100 [static]
| Distribute | ||
| Nstep : int = 1000 [static]
| Distribute | ||
| RAND_MAX : Number = 200 [static]
| Distribute | ||
| step : Number = 0.01 [static]
| Distribute | ||
| Method | Defined by | ||
|---|---|---|---|
| Distribute | |||
|
distribute(vertices:Array, nstep:int = 100):Array
[static]
| Distribute | ||
|
[static]
| Distribute | ||
|
frand():Number
[static]
| Distribute | ||
|
get_coulomb_energy(N:int, p:Array):Number
[static]
| Distribute | ||
|
get_forces(N:int, f:Array, p:Array):void
[static]
| Distribute | ||
|
[static]
| Distribute | ||
|
[static]
| Distribute | ||
| minimal_step | property |
public static var minimal_step:Number = 4.9E-324
| N | property |
public static var N:int = 100
| Nstep | property |
public static var Nstep:int = 1000
| RAND_MAX | property |
public static var RAND_MAX:Number = 200
| step | property |
public static var step:Number = 0.01
| Distribute | () | constructor |
public function Distribute()
| distribute | () | method |
public static function distribute(vertices:Array, nstep:int = 100):ArrayParameters
vertices:Array |
|
nstep:int (default = 100) |
Array |
| dot | () | method |
public static function dot(v1:Vertex, v2:Vertex):NumberParameters
v1:Vertex |
|
v2:Vertex |
Number |
| frand | () | method |
public static function frand():Number
Returns
Number |
| get_coulomb_energy | () | method |
public static function get_coulomb_energy(N:int, p:Array):NumberParameters
N:int |
|
p:Array |
Number |
| get_forces | () | method |
public static function get_forces(N:int, f:Array, p:Array):voidParameters
N:int |
|
f:Array |
|
p:Array |
| length | () | method |
| length2 | () | method |
public static function length2(v1:Vertex, v2:Vertex):NumberParameters
v1:Vertex |
|
v2:Vertex |
Number |