Plane3D Constructor(Vector3D,Double)
Construct a plane with a defined normal, and a distance to move the plane along the normal.
'Declaration
Public Function New( _
ByVal As Vector3D, _
ByVal As Double _
)
'Usage
Dim Normal As Vector3D
Dim Constant As Double
Dim instance As New Plane3D(Normal, Constant)
Parameters
- Normal
- The normal to the plane
- Constant
- The distance to move
Target Platforms: .NET CLR 4.0 or higher