Exemple #1
0
        public double GetAngleToPt(double toX, double toY)
        {
            CVeObj veToPt = this.GetVeToPt(new GPoint(toX, toY));

            return(veToPt.GetAngle());
        }
Exemple #2
0
        public double GetAngle()
        {
            CVeObj vecOb = this.GetVecOb();

            return(vecOb.GetAngle());
        }
Exemple #3
0
        public double GetAngleToPt(GPoint toPoint)
        {
            CVeObj veToPt = this.GetVeToPt(toPoint);

            return(veToPt.GetAngle());
        }