mirror of https://github.com/axmolengine/axmol.git
Merge pull request #219 from lvlonggame/v3
modify function description.
This commit is contained in:
commit
15904fda0a
|
@ -59,12 +59,12 @@ public:
|
|||
~Ray();
|
||||
|
||||
/**
|
||||
* Check whether this ray intersects the specified bounding box.
|
||||
* Check whether this ray intersects with the specified AABB.
|
||||
*/
|
||||
bool intersects(const AABB& aabb, float* distance = nullptr) const;
|
||||
|
||||
/**
|
||||
* Check whether this ray intersects the specified obb.
|
||||
* Check whether this ray intersects with the specified OBB.
|
||||
*/
|
||||
bool intersects(const OBB& obb, float* distance = nullptr) const;
|
||||
|
||||
|
|
Loading…
Reference in New Issue