Table of Contents

Struct Plane

Namespace
LibGFX.Math
Assembly
LibGFX.dll
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 a, float b, float c, float d)

Parameters

a float
b float
c float
d float

Fields

D

public float D

Field Value

float

Normal

public Vector3 Normal

Field Value

Vector3

Methods

DistanceToPoint(Vector3)

public float DistanceToPoint(Vector3 point)

Parameters

point Vector3

Returns

float