Get me to calculate displacement. I don't how what will be the formula according to this program

前端 未结 0 1032
感情败类
感情败类 2021-01-27 15:53
class Vehicle;
class Point {
private:
    float x, y;
public:
    Point(float x = 0,float y = 0){
        this->x = x;
        this->y = y;
    }
    void move_nor         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题