GoXam for WPF v3
GravitationalFieldY Method
Northwoods.GoXam.Layout Namespace > ForceDirectedLayout Class : GravitationalFieldY Method
The function GravitationalFieldY returns the gravitational field in the Y direction acting on a node at the logical point Point xy. A node L is acted upon by a force in the Y direction of magnitude GravitationalFieldY(L.position) * GravitationalMass(L).
Syntax
protected virtual double GravitationalFieldY( 
   Point xy
)

Parameters

xy

Return Value

Returns the gravitational field in the Y direction at point xy, normally zero
See Also

Reference

ForceDirectedLayout Class
ForceDirectedLayout Members