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: 19.00.00
Syntax
C#
public static Plane FromPointNormal(
	Vector3 p,
	Vector3 n
)

Parameters

p  Vector3
Vector3 coordinate
n  Vector3
Vector3 normal

Return Value

Plane
Result Plane
See Also