Struct Plane
Syntax
Constructors
Plane(float3, Single)
Declaration
public Plane(float3 normal, float distance)
Parameters
Type |
Name |
Description |
float3 |
normal |
|
System.Single |
distance |
|
Properties
Distance
Declaration
public float Distance { get; set; }
Property Value
Type |
Description |
System.Single |
|
Flipped
Declaration
public Plane Flipped { get; }
Property Value
Normal
Declaration
public float3 Normal { get; set; }
Property Value
Operators
Implicit(Plane to float4)
Declaration
public static implicit operator float4(Plane plane)
Parameters
Type |
Name |
Description |
Plane |
plane |
|
Returns