Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Microsoft Namespaces
Microsoft.DirectX
Plane Structure
Plane Methods
Dot Method
DotD Method
DotNormal Method
DotNormalD Method
Equals Method
FromPointNormal Method
FromPoints Method
GetHashCode Method
IntersectLine Method
Normalize Method
Scale Method
ToString Method
Transform Method
Plane
FromPointNormal 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#
Copy
public
static
Plane
FromPointNormal
(
Vector3
p
,
Vector3
n
)
Parameters
p
Type:
Microsoft.DirectX
Vector3
Vector3
coordinate
n
Type:
Microsoft.DirectX
Vector3
Vector3
normal
Return Value
Type:
Plane
Result
Plane
See Also
Reference
Plane Structure
Microsoft.DirectX Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com