implicit operator float4(Plane)
Implicitly converts a Plane to float4.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Operator
- Namespace: Unity.Mathematics.Geometry
- Assembly: UnityEngine.MathematicsModule
implicit operator float4(float)
public static implicit operator float4(Plane plane)
Parameters
Plane to convert.