System.Math.Vectors.TPoint3D.Length

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Length: Single; inline;

C++

float __fastcall Length();

Properties

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

Description

Calculates the distance between the null point with coordinates (0,0,0) and the Self (this (C++)) point.

This function returns a Single value.

See Also