Click or drag to resize

PlaneFromPointNormal Method

Create a Plane from a Vector3 coordinate and Vector3 normal

Namespace:  Microsoft.DirectX
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
public static Plane FromPointNormal(
	Vector3 p,
	Vector3 n
)

Parameters

p
Type: Microsoft.DirectXVector3
Vector3 coordinate
n
Type: Microsoft.DirectXVector3
Vector3 normal

Return Value

Type: Plane
Result Plane
See Also