Changeset 2179
- Timestamp:
- Dec 24, 2012, 4:48:33 PM (10 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc/lolengine.dox
r2167 r2179 8 8 Want To Public License. This ensures that no one, not even \e lolengine 9 9 developers, will ever have anything to say about what you do with the 10 software. It used to be licensed under the GNU Lesser General Public 11 License, but that was not free enough. 10 software. 12 11 13 12 \section license License … … 15 14 Permission is granted to copy, distribute and/or modify this document 16 15 under the terms of the Do What The Fuck You Want To Public License, version 17 2 as published by Sam Hocevar. For details see http:// sam.zoy.org/wtfpl/ .16 2 as published by Sam Hocevar. For details see http://www.wtfpl.net/ . 18 17 19 18 */ -
trunk/src/lol/math/vector.h
r2081 r2179 182 182 # define const /* disabled */ 183 183 #endif 184 #if !_DOXYGEN_SKIP_ME 184 185 XVec2<T,0x00> const xx, rr, ss; 185 186 XVec2<T,0x01> const xy, rg, st; /* lvalue */ … … 212 213 XVec4<T,0x1110> const yyyx, gggr, ttts; 213 214 XVec4<T,0x1111> const yyyy, gggg, tttt; 215 #endif 214 216 #if LOL_NO_CONST_MEMBERS_IN_ANONYMOUS_UNIONS 215 217 # undef const … … 343 345 # define const /* disabled */ 344 346 #endif 347 #if !_DOXYGEN_SKIP_ME 345 348 XVec2<T,0x00> const xx, rr, ss; 346 349 XVec2<T,0x01> const xy, rg, st; /* lvalue */ … … 462 465 XVec4<T,0x2221> const zzzy, bbbg, pppt; 463 466 XVec4<T,0x2222> const zzzz, bbbb, pppp; 467 #endif 464 468 #if LOL_NO_CONST_MEMBERS_IN_ANONYMOUS_UNIONS 465 469 # undef const … … 527 531 # define const /* disabled */ 528 532 #endif 533 #if !_DOXYGEN_SKIP_ME 529 534 XVec2<T,0x00> const xx, rr, ss; 530 535 XVec2<T,0x01> const xy, rg, st; /* lvalue */ … … 865 870 XVec4<T,0x3332> const wwwz, aaab, qqqp; 866 871 XVec4<T,0x3333> const wwww, aaaa, qqqq; 872 #endif 867 873 #if LOL_NO_CONST_MEMBERS_IN_ANONYMOUS_UNIONS 868 874 # undef const
Note: See TracChangeset
for help on using the changeset viewer.