Plane.CreateFromVertices(Vector3, Vector3, Vector3) メソッド
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
3 つの指定したポイントを含む Plane オブジェクトを作成します。
public:
static System::Numerics::Plane CreateFromVertices(System::Numerics::Vector3 point1, System::Numerics::Vector3 point2, System::Numerics::Vector3 point3);
C#
public static System.Numerics.Plane CreateFromVertices(System.Numerics.Vector3 point1, System.Numerics.Vector3 point2, System.Numerics.Vector3 point3);
static member CreateFromVertices : System.Numerics.Vector3 * System.Numerics.Vector3 * System.Numerics.Vector3 -> System.Numerics.Plane
Public Shared Function CreateFromVertices (point1 As Vector3, point2 As Vector3, point3 As Vector3) As Plane
- point1
- Vector3
平面を定義する最初のポイント。
- point2
- Vector3
平面を定義する 2 番目のポイント。
- point3
- Vector3
平面を定義する 3 番目のポイント。
3 つのポイントを含む平面。
製品 | バージョン |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9, 10 |
.NET Framework | 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 2.0 (package-provided), 2.1 |
UWP | 10.0 |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。