Removed: Commented-out ('disabled') method declarations.
This commit is contained in:
@@ -80,14 +80,12 @@ public:
|
|||||||
* Returns bounding box (AABB).
|
* Returns bounding box (AABB).
|
||||||
* Total length: 8
|
* Total length: 8
|
||||||
*/
|
*/
|
||||||
//Vector3 *getBoundingBox() { return boundingBox; };
|
|
||||||
Vector3 *getBoundingBox() { return boundingBoxObj->getVertices(); };
|
Vector3 *getBoundingBox() { return boundingBoxObj->getVertices(); };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns bounding box (AABB) vertex.
|
* Returns bounding box (AABB) vertex.
|
||||||
* Total length: 8
|
* Total length: 8
|
||||||
*/
|
*/
|
||||||
//Vector3 &getBoundingBoxVertex(const u8 &i) { return boundingBox[i]; };
|
|
||||||
Vector3 &getBoundingBoxVertex(const u8 &i) { return boundingBoxObj->getVertex(i); };
|
Vector3 &getBoundingBoxVertex(const u8 &i) { return boundingBoxObj->getVertex(i); };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
@@ -66,14 +66,12 @@ public:
|
|||||||
* Returns bounding box (AABB).
|
* Returns bounding box (AABB).
|
||||||
* Total length: 8
|
* Total length: 8
|
||||||
*/
|
*/
|
||||||
//Vector3 *getBoundingBox() { return boundingBox; };
|
|
||||||
Vector3 *getBoundingBox() { return boundingBoxObj->getVertices(); };
|
Vector3 *getBoundingBox() { return boundingBoxObj->getVertices(); };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns bounding box (AABB) vertex.
|
* Returns bounding box (AABB) vertex.
|
||||||
* Total length: 8
|
* Total length: 8
|
||||||
*/
|
*/
|
||||||
//Vector3 &getBoundingBoxVertex(const u8 &i) { return boundingBox[i]; };
|
|
||||||
Vector3 &getBoundingBoxVertex(const u8 &i) { return boundingBoxObj->getVertex(i); };
|
Vector3 &getBoundingBoxVertex(const u8 &i) { return boundingBoxObj->getVertex(i); };
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user