Demo3D 2016 API Documentation
Demo3D 2016 API Documentation
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
FromPoints Method
Create a
Plane
from three
Vector3
coordinates
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 10.0.7983.28765
Syntax
C#
Copy
public
static
Plane
FromPoints
(
Vector3
p1
,
Vector3
p2
,
Vector3
p3
)
Parameters
p1
Type:
Microsoft.DirectX
Vector3
First
Vector3
p2
Type:
Microsoft.DirectX
Vector3
Second
Vector3
p3
Type:
Microsoft.DirectX
Vector3
Third
Vector3
Return Value
Type:
Plane
Result
Plane
See Also
Reference
Plane Structure
Microsoft.DirectX Namespace
© Emulate3D Ltd 2016
Send comments on this topic to
support@demo3d.com