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

Parameters

xy

Return Value

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

Reference

ForceDirectedLayout Class
ForceDirectedLayout Members