|
@ -216,4 +216,10 @@ public: |
|
|
|
|
|
|
|
|
GLine& operator =(const GLine& rhs); |
|
|
GLine& operator =(const GLine& rhs); |
|
|
GPoint3 operator ()(const float t) const; |
|
|
GPoint3 operator ()(const float t) const; |
|
|
|
|
|
|
|
|
|
|
|
GLine& SetPt(const GPoint3& _p); |
|
|
|
|
|
GLine& SetDir(const GVector3& _v); |
|
|
|
|
|
|
|
|
|
|
|
GVector3 GetPt() const; |
|
|
|
|
|
GVector3 GetDir() const; |
|
|
}; |
|
|
}; |
xxxxxxxxxx