NegativelyOrientedPoints
NegativelyOrientedPoints[{p1,p2,p3,…,pn}]
测试点 p1,p2,p3,…,pn 是否为负定向的.
更多信息
- NegativelyOrientedPoints 在 2D 中亦称为顺时针,在 3D 中亦称为左手定则.
- 通常用于确定一组点旋转的方向.
- 在二维空间中,如果点 p3 位于由穿过 p1 和 p2 的直线限定的并在 {1,0} 方向上延伸的半平面内,则 NegativelyOrientedPoints[{p1,p2,p3}] 给出 True.
- 对于负定向的点 p1、p2 和 p3,矩阵 {p2-p1, p3-p1} 的行列式是负的.
- 在三维空间中,如果点 p4 位于由通过点 p1 的且法线方向为 (p3-p1)(p2-p1)的平面所限定的半空间中,则 NegativelyOrientedPoints[{p1,p2,p3,p4}] 给出 True.
- 对于负定向的点 p1、p2、p3 和 p4,p4-p1 和 (p3-p1)(p2-p1) 的点积是负的.
- 在 d 维空间中,如果矩阵 {p2-p1,…,pd+1-p1} 的行列式是负的,则 d+1 个点 p1,p2,…,pd+1 是负定向的.
范例
打开所有单元关闭所有单元范围 (3)
NegativelyOrientedPoints 适用于二维平面上的点:
NegativelyOrientedPoints 适用于数值坐标:
将 NegativelyOrientedPoints 应用于一组坐标:
推广和延伸 (1)
给出 NegativelyOrientedPoints 的假设条件:
应用 (5)
几何 (3)
属性和关系 (4)
对于共线的点,NegativelyOrientedPoints 返回 False:
如果是正定向,NegativelyOrientedPoints 返回 False:
用 RegionMember 测试点是否为负定向的:
文本
Wolfram Research (2020),NegativelyOrientedPoints,Wolfram 语言函数,https://reference.wolfram.com/language/ref/NegativelyOrientedPoints.html.
CMS
Wolfram 语言. 2020. "NegativelyOrientedPoints." Wolfram 语言与系统参考资料中心. Wolfram Research. https://reference.wolfram.com/language/ref/NegativelyOrientedPoints.html.
APA
Wolfram 语言. (2020). NegativelyOrientedPoints. Wolfram 语言与系统参考资料中心. 追溯自 https://reference.wolfram.com/language/ref/NegativelyOrientedPoints.html 年