向量
含有「向量」共 21 篇內容
全部內容
發佈日期由新至舊
ysf的沙龍
2024/08/30
The Nature of Code閱讀心得與Python實作:3.4 Pointing in the...
在模擬運動中的物體時,如果物體是圓形,那就不需要考慮旋轉的問題,畢竟不管怎麼轉,圓還是圓,看起來都一樣。但是,如果物體不是圓形而是其他形狀呢?
#
python
#
Python
#
PYTHON
2
留言
ysf的沙龍
2024/08/26
The Nature of Code閱讀心得與Python實作:3.3 Trigonometry Functions
這一節主要在談三角函數和向量的分量、角度間的關聯性。這個關聯性在向量的應用上,非常重要。
#
python
#
Python
#
PYTHON
2
留言
WilliamP的沙龍
2024/08/11
兩向量夾角(三)
高中數學主題練習—兩向量夾角
#
高中
#
數學
#
高中數學
1
留言
ysf的沙龍
2024/07/16
The Nature of Code閱讀心得與Python實作:1.7 Motion with Vectors
介紹以物件導向的方式,以向量來實作物體運動的模擬程式。
#
python
#
Python
#
PYTHON
6
留言
ysf的沙龍
2024/07/15
The Nature of Code閱讀心得與Python實作:1.8 Acceleration
介紹如何在模擬物體運動時,引入加速度這個物理量。
#
python
#
Python
#
PYTHON
5
留言
ysf的沙龍
2024/07/08
The Nature of Code閱讀心得與Python實作:1.6 Normalizing Vectors
本節介紹向量的正規化。
#
python
#
Python
#
PYTHON
8
留言
ysf的沙龍
2024/07/05
The Nature of Code閱讀心得與Python實作:1.5 Vector Magnitude
本節介紹向量長度的計算。
#
python
#
Python
#
PYTHON
25
留言
ysf的沙龍
2024/07/01
The Nature of Code閱讀心得與Python實作:1.4 More Vector Math
介紹pygame支援的向量運算,以及向量的減法、乘法、除法實際上是怎麼計算的。
#
python
#
Python
#
PYTHON
9
留言
ysf的沙龍
2024/06/28
The Nature of Code閱讀心得與Python實作:1.3 Vector Addition
介紹向量加法以及pygame向量的應用
#
python
#
PYTHON
#
Python
7
留言
WilliamP的沙龍
2024/06/28
兩向量夾角(二)
高中數學主題練習—兩向量夾角
#
高中
#
數學
#
高中數學
7
留言