Operator implicit operator
implicit operator float4(Plane)
Declaration
public static implicit operator float4(Plane plane)
Parameters
| Type | Name | Description |
|---|---|---|
| Plane | plane | Plane to convert. |
Returns
| Type | Description |
|---|---|
| float4 | A float4 representing the plane. |