src/linetypes/subfilereference.cpp

changeset 81
62373840e33a
parent 35
98906a94732f
child 86
4bec0525ef1b
equal deleted inserted replaced
80:764381756899 81:62373840e33a
79 } 79 }
80 } 80 }
81 81
82 glm::vec3 ldraw::SubfileReference::position() const 82 glm::vec3 ldraw::SubfileReference::position() const
83 { 83 {
84 return {this->transformation[3][0], this->transformation[3][1], this->transformation[3][2]}; 84 return this->transformation[3];
85 } 85 }
86 86
87 void ldraw::SubfileReference::invert() 87 void ldraw::SubfileReference::invert()
88 { 88 {
89 this->isInverted = not this->isInverted; 89 this->isInverted = not this->isInverted;

mercurial