C# Class SilverlightMappingToolBasic.SingleDepth.NodeLocationOrganiser

Afficher le fichier Open project: chris-tomich/Glyma Class Usage Examples

Private Properties

Свойство Type Description
CalculateXOffset double
CalculateYOffset double

Méthodes publiques

Méthode Description
GetLocation ( ISingleDepthNodeRenderer nodeRenderer ) : Point
NodeLocationOrganiser ( ) : System

Private Methods

Méthode Description
CalculateXOffset ( ISingleDepthNodeRenderer nodeRenderer ) : double

Method represents the calculation sqrt(R^2 - (R - y)^2) where R is the radius and y is the 'DistanceFromOrigin'.

CalculateYOffset ( ISingleDepthNodeRenderer nodeRenderer ) : double

Method Details

GetLocation() public méthode

public GetLocation ( ISingleDepthNodeRenderer nodeRenderer ) : Point
nodeRenderer ISingleDepthNodeRenderer
Résultat Point

NodeLocationOrganiser() public méthode

public NodeLocationOrganiser ( ) : System
Résultat System