diff options
Diffstat (limited to 'Opcode/OPC_RayAABBOverlap.h')
-rw-r--r-- | Opcode/OPC_RayAABBOverlap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Opcode/OPC_RayAABBOverlap.h b/Opcode/OPC_RayAABBOverlap.h index b64661f..f9f6834 100644 --- a/Opcode/OPC_RayAABBOverlap.h +++ b/Opcode/OPC_RayAABBOverlap.h @@ -6,7 +6,7 @@ ///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
/**
- * Computes a segment-AABB overlap test using the separating axis theorem. Segment is cached within the class.
+ * Computes a segment-AABB overlap test using the separating axis theorem. IceSegment is cached within the class.
* \param center [in] AABB center
* \param extents [in] AABB extents
* \return true on overlap
|