IArc_DG Interface
Properties
    - double Curvature
 
    - double Radius
 
 
    Methods
- GetEndPoint
 
- GetEndPoint1
 
- SetEndPoint
 
- SetEndPoint1
 
- Init
 
- IsValid
 
- MakeValid
 
- GetPoint
 
- GetPoint1
 
- GetCenter
 
- GetCenter1
 
- GetAngleRange
 
- PassThroughPoint
 
 
 
	T2DDg GetEndPoint(int end) 
 
	void GetEndPoint1(int end, double x, double y) 
 
	void SetEndPoint(int end, T2DDg point) 
 
	void SetEndPoint1(int end, double x, double y) 
 
	bool Init() 
 
	bool IsValid() 
 
	bool MakeValid() 
 
	T2DDg GetPoint(double t) 
 
	void GetPoint1(double t, double x, double y) 
 
	T2DDg GetCenter() 
 
	void GetCenter1(double x, double y) 
 
	void GetAngleRange(double min, double max) 
 
	int PassThroughPoint(double x, double y) 
 
                 |