Table of Contents

Struct Plane

Namespace
System.Numerics
Assembly
MonoGame.Framework.dll

This is a dummy Plane type for platforms where System.Numerics.Vectors is not supported or available

public struct Plane
Inherited Members

Constructors

Plane(Vector3, float)

public Plane(Vector3 normal, float d)

Parameters

normal Vector3
d float

Plane(float, float, float, float)

public Plane(float x, float y, float z, float d)

Parameters

x float
y float
z float
d float

Fields

D

public float D

Field Value

float

Normal

public Vector3 Normal

Field Value

Vector3
latest ▼