Plane.Normalize(Plane) Metoda

Definicja

Tworzy nowy Plane obiekt, którego normalny wektor jest znormalizowanym wektorem normalnym płaszczyzny źródłowej.

public:
 static System::Numerics::Plane Normalize(System::Numerics::Plane value);
public static System.Numerics.Plane Normalize (System.Numerics.Plane value);
static member Normalize : System.Numerics.Plane -> System.Numerics.Plane
Public Shared Function Normalize (value As Plane) As Plane

Parametry

value
Plane

Płaszczyzna źródłowa.

Zwraca

Plane

Znormalizowana płaszczyzna.

Dotyczy