System.Types.TPointF.AngleCosine

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function AngleCosine(const APoint: TPointF): Single;

C++

float AngleCosine(const TPointF& P) const _ALWAYS_INLINE {

Properties

Type Visibility Source Unit Parent
function public
System.Types.pas
SystemTypes.h
System.Types TPointF

Description

Calculates the angle cosine of the current TPointF object.

AngleCosine returns the value in radians of the angle cosine calculated.

See Also