AForge.Math.Geometry.Line.Line C# (CSharp) 메소드

Line() 개인적인 메소드

private Line ( float slope, float intercept ) : System
slope float
intercept float
리턴 System
		private Line( float slope, float intercept )
		{
			k = slope;
			b = intercept;
		}

Same methods

Line::Line ( Point start, Point end ) : System
Line::Line ( Point point, float theta ) : System
Line::Line ( float radius, float theta, bool unused ) : System