Click or drag to resize

PlaneFromPoints Method

Create a Plane from three Vector3 coordinates

Namespace: Microsoft.DirectX
Assembly: Demo3D.Common (in Demo3D.Common.dll) Version: 19.00.00
Syntax
C#
public static Plane FromPoints(
	Vector3 p1,
	Vector3 p2,
	Vector3 p3
)

Parameters

p1  Vector3
First Vector3
p2  Vector3
Second Vector3
p3  Vector3
Third Vector3

Return Value

Plane
Result Plane
See Also