다음을 통해 공유


Vector.AsPlane(Vector4) 메서드

정의

Vector4Plane재해석합니다.

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

매개 변수

value
Vector4

재해석할 벡터입니다.

반환

valuePlane재해석되었습니다.

적용 대상