Plane.Create Method

Definition

Overloads

Create(Vector4)

public:
 static System::Numerics::Plane Create(System::Numerics::Vector4 value);
public static System.Numerics.Plane Create(System.Numerics.Vector4 value);
static member Create : System.Numerics.Vector4 -> System.Numerics.Plane
Public Shared Function Create (value As Vector4) As Plane

Parameters

value
Vector4

Returns

Applies to

Create(Vector3, Single)

public:
 static System::Numerics::Plane Create(System::Numerics::Vector3 normal, float d);
public static System.Numerics.Plane Create(System.Numerics.Vector3 normal, float d);
static member Create : System.Numerics.Vector3 * single -> System.Numerics.Plane
Public Shared Function Create (normal As Vector3, d As Single) As Plane

Parameters

normal
Vector3
d
Single

Returns

Applies to

Create(Single, Single, Single, Single)

public:
 static System::Numerics::Plane Create(float x, float y, float z, float d);
public static System.Numerics.Plane Create(float x, float y, float z, float d);
static member Create : single * single * single * single -> System.Numerics.Plane
Public Shared Function Create (x As Single, y As Single, z As Single, d As Single) As Plane

Parameters

x
Single
y
Single
z
Single
d
Single

Returns

Applies to