C# Class EpForceDirectedGraph.cs.Point

Afficher le fichier Open project: zoebear/Radia

Méthodes publiques

Méthode Description
ApplyForce ( AbstractVector force ) : void
Equals ( Point p ) : bool
Equals ( System obj ) : bool
GetHashCode ( ) : int
Point ( AbstractVector iPosition, AbstractVector iVelocity, AbstractVector iAcceleration, Node iNode ) : System
operator ( ) : bool

Method Details

ApplyForce() public méthode

public ApplyForce ( AbstractVector force ) : void
force AbstractVector
Résultat void

Equals() public méthode

public Equals ( Point p ) : bool
p Point
Résultat bool

Equals() public méthode

public Equals ( System obj ) : bool
obj System
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Point() public méthode

public Point ( AbstractVector iPosition, AbstractVector iVelocity, AbstractVector iAcceleration, Node iNode ) : System
iPosition AbstractVector
iVelocity AbstractVector
iAcceleration AbstractVector
iNode Node
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool