From 5e6773397cc101c7c3d08482efc456daa91734e9 Mon Sep 17 00:00:00 2001 From: Aki Date: Fri, 1 Oct 2021 22:52:04 +0200 Subject: Switched to use only one version of Opcode --- Opcode/OPC_RayAABBOverlap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Opcode/OPC_RayAABBOverlap.h') 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 -- cgit v1.1