d_a_bk work

This commit is contained in:
LagoLunatic
2023-12-24 23:54:12 -05:00
parent 25f4f1d38e
commit ee8c09de92
6 changed files with 346 additions and 27 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ public:
}
void CalcPos(Vec*, f32) const { /* TODO */ }
void CalcVec(Vec* pOut) const { VECSubtract(&this->mEnd, &this->mStart, pOut); }
void SetEnd(const cXyz&) { /* TODO */ }
void SetEnd(const cXyz& pos) { mEnd = pos; }
const cXyz& GetStartP() const { return mStart; }
cXyz& GetStartP() { return mStart; }
const cXyz& GetStart() const { return mStart; }