Vector.AsPlane(Vector4) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
[System::Runtime::CompilerServices::Extension]
static System::Numerics::Plane AsPlane(System::Numerics::Vector4 value);
public static System.Numerics.Plane AsPlane (this System.Numerics.Vector4 value);
static member AsPlane : System.Numerics.Vector4 -> System.Numerics.Plane
<Extension()>
Public Function AsPlane (value As Vector4) As Plane
Parameters
- value
- Vector4
The vector to reinterpret.
Returns
value
reinterpreted as a new Plane.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.