An NDoc Documented Class Library

Graph.Node Members

Graph.Node overview

Public Static Methods

invWorld Project node from world position to graph coordinates.

Public Instance Constructors

Graph.Node Overloaded. Initializes a new instance of the Graph.Node class.

Public Instance Fields

adjacency 
caption 
graph 
sel 
texIndex 

Public Instance Properties

Position Gets or sets the position.

Public Instance Methods

Equals (inherited from Object)Determines whether the specified Object is equal to the current Object.
GetHashCode (inherited from Object)Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table.
GetType (inherited from Object)Gets the Type of the current instance.
moveTangentOffset Moves the node in give direction in tangent space on the graph
randomizePos Creates a randomize position for the node
ToString (inherited from Object)Returns a String that represents the current Object.
toTangent Transforme a node into tangent space.
toWorld Transforms node to 3d world position.
u Creates tangent vector u of sphere node
v Creates tangent vector v of sphere node

Protected Instance Methods

Finalize (inherited from Object)Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
MemberwiseClone (inherited from Object)Creates a shallow copy of the current Object.

See Also

Graph.Node Class | SpringEmbedders Namespace