BoxDiagrams.DiagramGestureAnalyzer.Section.Vector C# (CSharp) Method

Vector() public method

public Vector ( ) : Loyc.Geometry.Vector
return Loyc.Geometry.Vector
			public VectorT Vector() { return EndSS.Sub(StartSS); }
			public int iStart, iEnd;
DiagramGestureAnalyzer.Section