System.Math.Vectors.TVector.Normalize

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Normalize: TVector;

C++

TVector __fastcall Normalize();

Properties

Type Visibility Source Unit Parent
function public
System.Math.Vectors.pas
System.Math.Vectors.hpp
System.Math.Vectors TVector

Description

Returns the normalized instance of the Self (Delphi) or this (C++) vector.

See Also

Code Examples