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

推荐订阅源

D
DataBreaches.Net
IT之家
IT之家
The Cloudflare Blog
Apple Machine Learning Research
Apple Machine Learning Research
WordPress大学
WordPress大学
N
Netflix TechBlog - Medium
阮一峰的网络日志
阮一峰的网络日志
P
Proofpoint News Feed
L
LangChain Blog
博客园 - Franky
美团技术团队
J
Java Code Geeks
Microsoft Security Blog
Microsoft Security Blog
博客园 - 叶小钗
小众软件
小众软件
Y
Y Combinator Blog
B
Blog RSS Feed
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
D
Docker
Hugging Face - Blog
Hugging Face - Blog
Jina AI
Jina AI
罗磊的独立博客
大猫的无限游戏
大猫的无限游戏
Vercel News
Vercel News

博客园 - davin

Beginning Asp.Net Security 读书笔记-----XSS phonegap3.0+HTMLl5 开发 ipad app 总结 移动支付-修复FireFox在android移动设备下面的Session 丢失的问题 Window.history.forward(1) 阻止页面后退详解 Pro WPF and Silverlight MVVM:第5章 Event and Command 读书笔记 Pro WPF and Silverlight MVVM 第4章ViewModel 读书笔记 Silverlight4:Devexpress Report Useful rules for compatible with FF,safari and ie8 Entity Framework 4.0 FK Properties && FK Associations Entity Framework 4.0 recipes 读书笔记2 ExecuteStoreQuery() Entity Framework 4.0 Recipes 读书笔记1 EDM中的 Complex Type sqlserver2008 + team foundation server 2008 sp1 silverlight animation 读书笔记(3)坐标与向量 silverlight animation 读书笔记<2>模糊, 裁剪,拖拽 foundation silverligh3 animation 读书笔记<1>transform 在silverlight中打开调用外部程序的几种方式 Entity Framework object && Json 序列化的问题 silverlight3:(ItemControl 的)UI Virtualization SharpZipLib 数据压缩
silverlight animation 读书笔记(4)三角函数
davin · 2010-09-05 · via 博客园 - davin

说3角函数,还是先说三角形,类型有:scalene 不等边的,isosceles等腰,equilateral 等边;

image image

再看看几个名词和术语:radius,半径,radians,弧度

sin=opposite(对边)/hypotenuse(斜边);

cosin=adjacent(邻边)/hypotenuse

tan=oppoiste/adjacent

看到这些公式,还是觉得很有意思的。

如图中的例子,我选取一个点来分析,如下图A,假设圆心的坐标(0,0),半径为R,那么A的坐标就是A(Rsinθ,RCosθ),

如何再假设圆心的坐标o(x,y),那么A点坐标(x+Rsinθ,y+RCosθ);只要当θ以一个速度在递增,那么A点坐标的轨迹就会呈现出上图的旋转效果

对上面时针旋转做以下改进,改成小球绕圆心旋转,并画出小球每一次改变位移的轨迹