Demo3D 2022 API Documentation
Demo3D 2022 API Documentation
Microsoft Namespaces
Microsoft.DirectX
Plane Structure
Plane Constructor
Plane Constructor (Plane)
Plane Constructor (Vector3, Double)
Plane Constructor (Double, Double, Double, Double)
Plane Constructor (Single, Single, Single, Single)
Plane Constructor (Vector3, Double)
Initializes a new instance of the
Plane
struct.
Namespace:
Microsoft.DirectX
Assembly:
Demo3D.Common (in Demo3D.Common.dll) Version: 15.0.2.11458
Syntax
C#
Copy
public
Plane
(
Vector3
n
,
double
d
)
Parameters
n
Type:
Microsoft.DirectX
Vector3
The normal defining the
Plane
.
d
Type:
System
Double
Distance of the
Plane
along its normal from the origin.
See Also
Reference
Plane Structure
Plane Overload
Microsoft.DirectX Namespace
© Emulate3D Ltd. All rights reserved.
Send comments on this topic to
support@demo3d.com