Class TestingCompoundVertexInfo
Compound vertex extra information.
Inheritance
System.Object
TestingCompoundVertexInfo
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: GraphShape.Algorithms.Layout
Assembly: GraphShape.dll
Syntax
public class TestingCompoundVertexInfo
Constructors
| Improve this Doc View SourceTestingCompoundVertexInfo(Vector, Vector, Vector, Vector)
Initializes a new instance of the TestingCompoundVertexInfo class.
Declaration
public TestingCompoundVertexInfo(Vector springForce, Vector repulsionForce, Vector gravityForce, Vector applicationForce)
Parameters
Type | Name | Description |
---|---|---|
Vector | springForce | Spring force. |
Vector | repulsionForce | Repulsion force. |
Vector | gravityForce | Gravity force. |
Vector | applicationForce | Application force. |
Properties
| Improve this Doc View SourceApplicationForce
Application force.
Declaration
public Vector ApplicationForce { get; set; }
Property Value
Type | Description |
---|---|
Vector |
GravityForce
Gravity force.
Declaration
public Vector GravityForce { get; set; }
Property Value
Type | Description |
---|---|
Vector |
RepulsionForce
Repulsion force.
Declaration
public Vector RepulsionForce { get; set; }
Property Value
Type | Description |
---|---|
Vector |
SpringForce
Spring force.
Declaration
public Vector SpringForce { get; set; }
Property Value
Type | Description |
---|---|
Vector |