|
Plane Constructor (Vector3, Single)
|
Initializes a new instance of the
Plane class.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public Plane(
Vector3 normal,
float offset
)
Public Sub New (
normal As Vector3,
offset As Single
)
Request Example
View SourceParameters
- normal
- Type: Accord.MathVector3
The plane's normal vector. - offset
- Type: SystemSingle
The distance from the plane to the origin.
See Also