GoDiagram Win Reference
GravitationalFieldY Method

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

Parameters

xy

Return Value

Returns the gravitational field in the Y 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