| .. |
|
test
|
proper fix for https://github.com/GarageGames/Torque3D/issues/1197
|
2015-02-15 15:20:32 -06:00 |
|
util
|
Tweaks any enums that use uint_max values so that they have hard types to avoid any compiler kerfluffles with C++11 value narrowing, specifically pertaining to clang.
|
2016-10-17 01:00:12 -05:00 |
|
mAngAxis.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mAngAxis.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mathIO.h
|
ease member vars tagged as member vars
|
2018-03-14 15:45:45 -05:00 |
|
mathTypes.cpp
|
ease member vars tagged as member vars
|
2018-03-14 15:45:45 -05:00 |
|
mathTypes.h
|
The class is designed as a general-purpose rotation/orientation class to make it easy to work with rotations and swap between math types as easily as possible.
|
2016-05-12 00:45:16 -05:00 |
|
mathUtils.cpp
|
doubleup on Q defintion for baycentric coord calcs
|
2018-03-14 17:38:44 -05:00 |
|
mathUtils.h
|
Adds the getSignedAngleBetweenVectors function, which is like the existing getAngleBetweenVectors, but will returned a signed angle value, which helps to inform the full 360 angle, rather than the 'nearest 180'.
|
2017-02-19 23:00:54 -06:00 |
|
mBox.cpp
|
Simple pass over the codebase to standardize the platform types.
|
2013-08-04 16:26:01 -05:00 |
|
mBox.h
|
Fix axis check in Box3F::extend method
|
2016-05-13 12:09:40 +01:00 |
|
mBoxBase.h
|
Merge pull request #1807 from Azaezel/boxBaseBorked
|
2016-10-24 01:28:25 -05:00 |
|
mConsoleFunctions.cpp
|
adds an mWrap and mWrapF method for cycling values to within a given range.
|
2018-01-16 13:40:09 -06:00 |
|
mConstants.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mEase.cpp
|
ease member vars tagged as member vars
|
2018-03-14 15:45:45 -05:00 |
|
mEase.h
|
ease member vars tagged as member vars
|
2018-03-14 15:45:45 -05:00 |
|
mIntersector.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mMath.h
|
Git apparently forgot to commit ALL the changes.
|
2016-05-12 23:49:06 -05:00 |
|
mMath_ASM.asm
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mMath_C.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mMathAMD.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mMathAMD_ASM.asm
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mMathFn.h
|
adds an mWrap and mWrapF method for cycling values to within a given range.
|
2018-01-16 13:40:09 -06:00 |
|
mMathSSE.cpp
|
Added x64 check for SSE Intrinsic functions
|
2016-09-02 05:10:46 +01:00 |
|
mMathSSE_ASM.asm
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mMatrix.cpp
|
Fixed angle conversion issues
|
2015-02-03 12:16:06 -08:00 |
|
mMatrix.h
|
C4458 declaration hides class member.
|
2015-07-23 20:13:04 +10:00 |
|
mOrientedBox.cpp
|
Fix for Issue #136 for Zoning Bug
|
2012-11-08 18:19:33 -05:00 |
|
mOrientedBox.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mPlane.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mPlane.h
|
Little optimization in mPlane, originally by Winterleaf
|
2014-11-05 21:17:12 +11:00 |
|
mPlaneSet.h
|
Fixed Return value from false to 0 (which is U32)
|
2014-11-05 21:13:01 +11:00 |
|
mPlaneTransformer.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mPlaneTransformer.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mPoint.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mPoint2.h
|
shadow caching
|
2015-10-13 18:12:19 -05:00 |
|
mPoint3.h
|
credit to @MusicMonkey5555 for spotting. asserts for Div/NULLs with mutli-element classes
|
2015-08-12 03:41:49 -05:00 |
|
mPoint4.h
|
zero() method added to all point classes
|
2013-04-09 11:38:48 -04:00 |
|
mPolyhedron.cpp
|
PolyhedronVectorData core membervar cleanups
|
2018-03-14 15:18:00 -05:00 |
|
mPolyhedron.h
|
PolyhedronVectorData core membervar cleanups
|
2018-03-14 15:18:00 -05:00 |
|
mPolyhedron.impl.h
|
PolyhedronVectorData core membervar cleanups
|
2018-03-14 15:18:00 -05:00 |
|
mQuadPatch.cpp
|
Simple pass over the codebase to standardize the platform types.
|
2013-08-04 16:26:01 -05:00 |
|
mQuadPatch.h
|
Simple pass over the codebase to standardize the platform types.
|
2013-08-04 16:26:01 -05:00 |
|
mQuat.cpp
|
Optimized code
|
2015-02-12 11:00:25 -08:00 |
|
mQuat.h
|
Update mQuat.h
|
2016-02-15 18:50:18 +01:00 |
|
mRandom.cpp
|
U32 MRandomLCG::randI() was using longs
|
2015-09-09 15:22:19 -05:00 |
|
mRandom.h
|
U32 MRandomLCG::randI() was using longs
|
2015-09-09 15:22:19 -05:00 |
|
mRandomDeck.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mRandomSet.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mRect.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mRect.h
|
Fix for RectF::intersectTriangle()
|
2013-11-06 14:17:44 -05:00 |
|
mRotation.cpp
|
Corrects the documentation.
|
2017-10-17 21:50:53 -05:00 |
|
mRotation.h
|
Adds some helpful utility math functions.
|
2016-11-28 22:42:29 -06:00 |
|
mSilhouetteExtractor.h
|
clang: constructor initialization order
|
2016-10-14 18:16:55 -05:00 |
|
mSolver.cpp
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mSphere.cpp
|
Addresses roughly half of the C4189 errors though the following methodologies:
|
2015-07-29 03:03:27 -05:00 |
|
mSphere.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |
|
mSplinePatch.cpp
|
Simple pass over the codebase to standardize the platform types.
|
2013-08-04 16:26:01 -05:00 |
|
mSplinePatch.h
|
Simple pass over the codebase to standardize the platform types.
|
2013-08-04 16:26:01 -05:00 |
|
mTransform.h
|
Engine directory for ticket #1
|
2012-09-19 11:15:01 -04:00 |