Commit Graph

29 Commits

Author SHA1 Message Date
rdb 05ed918d63 general: mark deprecated methods with the @deprecated tag
This makes them easier to find and, if necessary, automatically generate deprecation warnings for.
2019-09-08 09:50:28 +02:00
Sam Edwards 7790f8429d general: Fully qualify header references into the std namespace
Closes #341
2018-06-07 10:35:12 +02:00
tobspr 0fcfb8e372 New file headers, new comment style 2016-02-17 17:47:48 +01:00
rdb 090e912ce6 Cleanup of comments and whitespace 2016-02-01 22:30:43 +01:00
tobspr a9e18f9d24 Improve Vector implementations: - Remove unecessary assignment operators - Add normalize() method - Use properties for certain swizzle masks - Add constexpr where appropriate 2016-01-03 22:02:00 +01:00
rdb 706f6f7de5 Squelch some of the type conversion warnings in MSVC 2015-10-06 17:05:40 +02:00
rdb 5dae464394 Add integer vectors. Also add __pow__ operator to vectors. 2014-06-11 18:01:50 +00:00
David Rose 19ddfa1ba2 fix several coordinate system issues 2012-03-14 16:29:05 +00:00
David Rose 33b9a1e1cf integrate Eigen 2011-12-16 14:17:48 +00:00
rdb c32b599370 Port linmath classes to the new extension system 2011-01-03 09:02:23 +00:00
David Rose 12cc0232fc add LVecBase3::project, etc., suggested by nik 2009-04-10 18:32:38 +00:00
David Rose 812356e83d deprecate relative_angle_deg, add signed_angle_deg 2009-03-14 20:42:24 +00:00
David Rose fb9c56432a we are now using the modified BSD license 2008-05-28 18:37:20 +00:00
Zachary Pavlov d740e018b5 proper panda centri right hand rule angle check 2007-10-06 01:24:44 +00:00
Zachary Pavlov a181b41465 potential angle improvement for vector to vector checks) 2007-10-04 04:38:49 +00:00
David Rose e8329c6988 minor change to comment 2006-08-18 21:10:46 +00:00
David Rose 09878b64b0 use python_repr() to make linmath pickleable 2005-09-14 00:09:18 +00:00
David Rose 34e47c5504 make normalize() and length() methods on LVecBase3f instead of just LVector3f 2005-04-27 13:46:59 +00:00
David Rose ac5246e4f2 fix slerp, add auto-generate-mipmaps 2005-02-07 04:11:29 +00:00
David Rose 287f4f387c more math operations 2005-01-23 00:23:01 +00:00
David Rose 3e548e3663 new interrogate, minor config changes 2004-10-28 18:33:45 +00:00
David Rose 843c0331ae update license, change remaining local #includes to use quotation marks 2004-02-13 19:27:33 +00:00
David Rose 2f4e207edb Update copyright header 2001-05-25 21:27:38 +00:00
cxgeorge fb6ca6a160 many micro-optimizations 2001-05-24 02:55:11 +00:00
David Rose a9d78600fb *** empty log message *** 2001-04-28 03:46:31 +00:00
cxgeorge 23c5d85166 hand-optimize linmath, force inlining 2001-04-28 02:58:58 +00:00
David Rose 707fed7025 *** empty log message *** 2001-04-04 21:42:10 +00:00
David Rose ee8db5b5b5 *** empty log message *** 2001-04-04 21:40:58 +00:00
cxgeorge a0e51a9997 switch linmath from templates to classes 2001-03-10 02:14:23 +00:00