惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

H
Hackread – Cybersecurity News, Data Breaches, AI and More
W
WeLiveSecurity
C
Check Point Blog
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
V
Vulnerabilities – Threatpost
GbyAI
GbyAI
A
Arctic Wolf
NISL@THU
NISL@THU
N
Netflix TechBlog - Medium
The Register - Security
The Register - Security
M
MIT News - Artificial intelligence
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Microsoft Security Blog
Microsoft Security Blog
Cyberwarzone
Cyberwarzone
C
CERT Recently Published Vulnerability Notes
T
Tenable Blog
G
GRAHAM CLULEY
O
OpenAI News
S
Schneier on Security
Google Online Security Blog
Google Online Security Blog
Vercel News
Vercel News
宝玉的分享
宝玉的分享
Attack and Defense Labs
Attack and Defense Labs
T
The Blog of Author Tim Ferriss
量子位
aimingoo的专栏
aimingoo的专栏
The Cloudflare Blog
P
Privacy & Cybersecurity Law Blog
S
SegmentFault 最新的问题
MongoDB | Blog
MongoDB | Blog
Apple Machine Learning Research
Apple Machine Learning Research
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
L
LINUX DO - 热门话题
博客园_首页
F
Full Disclosure
Recent Commits to openclaw:main
Recent Commits to openclaw:main
D
Docker
U
Unit 42
A
About on SuperTechFans
博客园 - 司徒正美
Hacker News - Newest:
Hacker News - Newest: "LLM"
人人都是产品经理
人人都是产品经理
Application and Cybersecurity Blog
Application and Cybersecurity Blog
G
Google Developers Blog
Security Archives - TechRepublic
Security Archives - TechRepublic
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
J
Java Code Geeks
云风的 BLOG
云风的 BLOG
Scott Helme
Scott Helme
TaoSecurity Blog
TaoSecurity Blog

博客园 - M'

AndroidStudio修改项目名称 Ubuntu 安装mono 关于BigDecimal.ROUND_HALF_UP与ROUND_HALF_DOWN android 常用框架 理解assign,copy,retain变strong SQLSERVER2008R2正确使用索引 除非 Windows Activation Service (WAS)和万维网发布服务(W3SVC)均处于运行状态,否则无法启动网站。目前,这两项服务均处于停止状态。 Android资源命名规范 eclipse导入Android项目后,项目的名称变为了主Activity的名称 C语言位运算详解[转] Android Message里传送的数据[转] Android---组件篇---Handler的使用(1)[转] 自定义登录后台(authentication backend)[转] Nginx配置文件详细说明[转] python 进制转换[转] MySQL一些优化[转] C# Stream 和 byte[] 之间的转换[转] DotLucene(Lucene.Net)研究[转] MySQL 去除重复的方法
cocos2dx2.x&3.x部分函数对照表
M' · 2018-06-09 · via 博客园 - M'
| v2.1 names | v3.0 names | 
| ccp | Point | 
| ccpNeg | Point::- | 
| ccpAdd | Point::+ | 
| ccpSub | Point::- | 
| ccpMult | Point::* | 
| ccpMidpoint | Point::getMidpoint | 
| ccpDot | Point::dot | 
| ccpCrosss | Point::cross | 
| ccpPerp | Point::getPerp | 
| ccpRPerp | Point::getRPerp | 
| ccpProject | Point::project | 
| ccpRotate | Point::rotate | 
| ccpUnrotate | Point::unrotate | 
| ccpLengthSQ | Point::getLengthSq() | 
| ccpDistanceSQ | Point::getDistanceSq |
 | ccpLength | Point::getLength | 
| ccpDistance | Point::getDistance | 
| ccpNormalize | Point::normalize | 
| ccpForAngle | Point::forAngle | 
| ccpToAngle | Point::getAngle | 
| ccpClamp | Point::getClampPoint | 
| ccpFromSize | Point::Point | 
| ccpCompOp | Point::compOp | 
| ccpLerp | Point::lerp | 
| ccpFuzzyEqual | Point::fuzzyEqual | 
| ccpCompMult | Point::Point | 
| ccpAngleSigned | Point::getAngle | 
| ccpAngle | Point::getAngle | 
| ccpRotateByAngle | Point::rotateByAngle | 
| ccpLineInersect | Point::isLineIntersect | 
| ccpSegmentIntersect | Point::isSegmentIntersect | 
| ccpIntersectPoint | Point::getIntersectPoint | 
| CCPointMake | Point::Point | 
| CCSizeMake | Size::Size | 
| CCRectMake | Rect::Rect | 
| PointZero | Point::ZERO | 
| SizeZero | Size::ZERO | 
| RectZero | Rect::ZERO | 
| TiledGrid3DAction::tile | TiledGrid3DAction::getTile | 
| TiledGrid3DAction::originalTile | TiledGrid3DAction::getOriginalTile | 
| TiledGrid3D::tile | TiledGrid3D::getTile | 
| TiledGrid3D::originalTile | TiledGrid3D::getOriginalTile | 
| Grid3DAction::vertex | Grid3DAction::getVertex | 
| Grid3DAction::originalVertex | Grid3DAction::getOriginalVertex | 
| Grid3D::vertex | Grid3D::getVertex | 
| Grid3D::originalVertex | Grid3D::getOriginalVertex | 
| Configuration::sharedConfiguration | Configuration::getInstance | 
| Configuration::purgeConfiguration | Configuration::destroyInstance() | 
| Director::sharedDirector() | Director::getInstance() | 
| FileUtils::sharedFileUtils | FileUtils::getInstance | 
| FileUtils::purgeFileUtils | FileUtils::destroyInstance | 
| EGLView::sharedOpenGLView | EGLView::getInstance | 
| ShaderCache::sharedShaderCache | ShaderCache::getInstance | 
| ShaderCache::purgeSharedShaderCache | ShaderCache::destroyInstance | 
| AnimationCache::sharedAnimationCache | AnimationCache::getInstance | 
| AnimationCache::purgeSharedAnimationCache | AnimationCache::destroyInstance | 
| SpriteFrameCache::sharedSpriteFrameCache | SpriteFrameCache::getInstance | 
| SpriteFrameCache:: purgeSharedSpriteFrameCache | SpriteFrameCache::destroyInstance | 
| NotificationCenter::sharedNotificationCenter | NotificationCenter::getInstance | 
| NotificationCenter:: purgeNotificationCenter | NotificationCenter::destroyInstance | 
| Profiler::sharedProfiler | Profiler::getInstance | 
| UserDefault::sharedUserDefault | UserDefault::getInstance | 
| UserDefault::purgeSharedUserDefault | UserDefault::destroyInstance | 
| Application::sharedApplication | Application::getInstance | 
| ccc3() | Color3B() | 
| ccc3BEqual() | Color3B::equals() | 
| ccc4() | Color4B() | 
| ccc4FFromccc3B() | Color4F() | 
| ccc4f() | Color4F() | 
| ccc4FFromccc4B() | Color4F() | 
| ccc4BFromccc4F() | Color4B() | 
| ccc4FEqual() | Color4F::equals() | 
| ccWHITE | Color3B::WHITE | 
| ccYELLOW | Color3B::YELLOW | 
| ccBLUE | Color3B::BLUE | 
| ccGREEN | Color3B::GREEN | 
| ccRED | Color3B::RED | 
| ccMAGENTA | Color3B::MAGENTA | 
| ccBLACK | Color3B::BLACK | 
| ccORANGE | Color3B::ORANGE | 
| ccGRAY | Color3B::GRAY | 
| kBlendFuncDisable | BlendFunc::BLEND_FUNC_DISABLE |