フィルターのクリア

How to find intersection between a line (given by 2 points) and a plane?

1 回表示 (過去 30 日間)
Devika Waghela
Devika Waghela 2021 年 3 月 8 日
コメント済み: Matt J 2021 年 3 月 10 日
So I have a plane z = 0 to 1 (at increments of 0.2). I have two points A = (1,0,0) and B = (0,0,1). I need to find the points of intersection of the line and the plane at each value of z.

回答 (1 件)

Matt J
Matt J 2021 年 3 月 8 日
編集済み: Matt J 2021 年 3 月 8 日
Since A and B both lie in the plane z=0, clearly the entire line segment will intersect the plane at z=0 and will not intersect for any other z.
  4 件のコメント
Devika Waghela
Devika Waghela 2021 年 3 月 9 日
Is this used specifically for this problem statement? Or can this be used even for different points and different ranges for z?
Matt J
Matt J 2021 年 3 月 10 日
Only this problem.

サインインしてコメントする。

カテゴリ

Help Center および File ExchangeDetection についてさらに検索

タグ

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by