GoDigram for .NET Framework and .NET Core
Northwoods.Go.Layout Namespace / GoLayoutForceDirected Class / GravitationalFieldY Method
In This Topic
    GravitationalFieldY Method
    In This Topic
    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
    protected virtual float GravitationalFieldY( 
       PointF xy
    )

    Parameters

    xy

    Return Value

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