Plane.Dot(Plane, Vector4) 메서드

정의

평면과 4차원 벡터의 내적을 계산합니다.

public:
 static float Dot(System::Numerics::Plane plane, System::Numerics::Vector4 value);
public static float Dot (System.Numerics.Plane plane, System.Numerics.Vector4 value);
static member Dot : System.Numerics.Plane * System.Numerics.Vector4 -> single
Public Shared Function Dot (plane As Plane, value As Vector4) As Single

매개 변수

plane
Plane

평면입니다.

value
Vector4

4차원 벡터입니다.

반환

Single

내적입니다.

적용 대상