NegativelyOrientedPoints

NegativelyOrientedPoints[{p1,p2,p3,,pn}]

点の列 p1,p2,p3,,pnが負の向きかどうかを調べる.

詳細

  • NegativelyOrientedPointsは,2Dでは時計回り方向,3Dでは左手の法則としても知られている.
  • 回転運動の点集合に関する方向を決定するためによく使われる.
  • NegativelyOrientedPoints[{p1,p2,p3}]は,二次元では,点 p3p1p2を通る線で有界で{1,0}方向に伸びている半平面にある場合はTrueを与える.
  • 行列{p2-p1, p3-p1}の行列式は,負の向きにある p1p2p3について負である.
  • NegativelyOrientedPoints[{p1,p2,p3,p4}]は,三次元では,点 p4p1を通る法線方向(p3-p1)(p2-p1)の平面で有界の半空間にある場合はTrueを与える.
  • 負の向きの点 p1p2p3p4について,p4-p1(p3-p1)(p2-p1)のドット積は負である.
  • d 次元における d+1個の点 p1,p2,,pd+1は,行列{p2-p1,,pd+1-p1}の行列式が負の場合は負の向きである.

例題

すべて開くすべて閉じる

  (2)

{0,0}, {1,1}, {.5,-1}は負の方向を持つ:

点をプロットする:

点が平面の下になる条件を求める:

スコープ  (3)

NegativelyOrientedPointsは二次元の点に使うことができる:

三次元の点にも使うことができる:

NegativelyOrientedPointsは数値座標に使うことができる:

記号座標にも使うことができる:

座標の集合上のNegativelyOrientedPoints

点のリスト:

複数の点:

一般化と拡張  (1)

NegativelyOrientedPointsに仮定を加える:

アプリケーション  (5)

基本的なアプリケーション  (2)

負の向きの点をグラフにする:

左手の法則を示す:

幾何  (3)

多面体の面は正の向きである:

2Dの直線上のNegativelyOrientedPoints

これは,直線上の連続する頂点の向きと同じである:

NegativelyOrientedPointsの強靭さを示す:

特性と関係  (4)

NegativelyOrientedPointsは,共線の点に対してはFalseを返す:

NegativelyOrientedPointsは,正の向きに対してはFalseを返す:

RegionMemberを使って点が負の向きかどうかを調べる:

3Dの複数の点は,正の向きでも負の向きでもなければ共面である:

Wolfram Research (2020), NegativelyOrientedPoints, Wolfram言語関数, https://reference.wolfram.com/language/ref/NegativelyOrientedPoints.html.

テキスト

Wolfram Research (2020), NegativelyOrientedPoints, Wolfram言語関数, https://reference.wolfram.com/language/ref/NegativelyOrientedPoints.html.

CMS

Wolfram Language. 2020. "NegativelyOrientedPoints." Wolfram Language & System Documentation Center. Wolfram Research. https://reference.wolfram.com/language/ref/NegativelyOrientedPoints.html.

APA

Wolfram Language. (2020). NegativelyOrientedPoints. Wolfram Language & System Documentation Center. Retrieved from https://reference.wolfram.com/language/ref/NegativelyOrientedPoints.html

BibTeX

@misc{reference.wolfram_2024_negativelyorientedpoints, author="Wolfram Research", title="{NegativelyOrientedPoints}", year="2020", howpublished="\url{https://reference.wolfram.com/language/ref/NegativelyOrientedPoints.html}", note=[Accessed: 18-November-2024 ]}

BibLaTeX

@online{reference.wolfram_2024_negativelyorientedpoints, organization={Wolfram Research}, title={NegativelyOrientedPoints}, year={2020}, url={https://reference.wolfram.com/language/ref/NegativelyOrientedPoints.html}, note=[Accessed: 18-November-2024 ]}