Added Ray, AABB structs, and basic rayVsAABB test function.

This commit is contained in:
William Moberg
2015-12-02 14:24:21 +01:00
parent fa0ace8c68
commit c698149bdd
3 changed files with 58 additions and 22 deletions
+1 -2
View File
@@ -86,8 +86,7 @@ T* ClassType::PublicMemberFunction(bool value)
if (m_PrivateMember2->PublicMember == 1) {
return new T();
}
else {
} else {
return nullptr;
}
}