Plane.Implicit Conversions
static Plane Implicit Conversions(Plane p)
Implicit conversion from the System.Numerics backing type.
Plane p | A System.Numerics plane. |
RETURNS: Plane | Returns a copy of the given Plane. |
static Plane Implicit Conversions(Plane p)
Implicit conversion to the System.Numerics backing Plane type.
Plane p | The StereoKit Plane. |
RETURNS: Plane | Returns a reference of the internal, wrapped Systems.Numerics type. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!