| PlaneShape Constructor (Vector3F, Vector3F) |
Initializes a new instance of the
PlaneShape class.
Namespace: DigitalRune.Geometry.ShapesAssembly: DigitalRune.Geometry (in DigitalRune.Geometry.dll) Version: 1.18.0.0 (1.18.2.14427)
Syntax public PlaneShape(
Vector3F normal,
Vector3F pointOnPlane
)
Public Sub New (
normal As Vector3F,
pointOnPlane As Vector3F
)
public:
PlaneShape(
Vector3F normal,
Vector3F pointOnPlane
)
new :
normal : Vector3F *
pointOnPlane : Vector3F -> PlaneShape
Parameters
- normal
- Type: DigitalRune.Mathematics.AlgebraVector3F
The outward pointing normal vector of the plane. Must be normalized. - pointOnPlane
- Type: DigitalRune.Mathematics.AlgebraVector3F
A point on the plane.
Exceptions See Also