幾何向量函式
列出幾何向量函式。
本節內容
主題 | 描述 |
---|---|
XMVectorBaryCentric |
使用指定的位置向量,傳回 Barycentric 座標中的點。 |
XMVectorBaryCentricV |
使用指定的位置向量,傳回 Barycentric 座標中的點。 |
XMVectorCatmullRom |
使用指定的位置向量,執行Catmull-Rom插補點。 |
XMVectorCatmullRomV |
使用指定的位置向量,執行Catmull-Rom插補點。 |
XMVectorHermite |
使用指定的向量執行 Hermite 曲線插補。 |
XMVectorHermiteV |
使用指定的向量執行 Hermite 曲線插補。 |
XMVectorInBounds |
測試指定向量的元件是否在集合範圍內。 |
XMVectorInBoundsR |
測試指定向量的元件是否位於特定範圍內,並設定可使用 XMComparisonAllTrue等函式檢查的比較值。 |
XMVectorLerp |
在兩個向量之間執行線性插補。 |
XMVectorLerpV |
在兩個向量之間執行線性插補。 |
相關主題