GoDiagram Win Reference
GravitationalFieldX Method

The function GravitationalFieldX returns the gravitational field in the X direction acting on a node at the logical point PointF xy. A node L is acted upon by a force in the X direction of magnitude GravitationalFieldX(L.position) * GravitationalMass(L).
Syntax
'Declaration
 
Protected Overridable Function GravitationalFieldX( _
   ByVal xy As PointF _
) As Single
protected virtual float GravitationalFieldX( 
   PointF xy
)

Parameters

xy

Return Value

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

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoLayoutForceDirected Class
GoLayoutForceDirected Members

 

 


© 2015. Northwoods Software Corporation. All Rights Reserved.

Send Feedback