Click or drag to resize
Accord.NET (logo)

Plane Constructor

Overload List
  NameDescription
Public methodPlane(Vector3)
Creates a new Plane object passing through the Origin.
Public methodPlane(Vector3, Single)
Initializes a new instance of the Plane class.
Public methodPlane(Single, Single, Single)
Creates a new Plane object passing through the Origin.
Public methodPlane(Single, Single, Single, Single)
Initializes a new instance of the Plane class.
Top
See Also