System.Types.TPointF.CrossProduct

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function CrossProduct(const APoint: TPointF): Single;

C++

float CrossProduct(const TPointF& rhs) const _ALWAYS_INLINE {

Properties

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

Description

Calculates the cross product of two points.

CrossProduct returns the value that results of calculating the cross product of two TPointF objects.

See Also