API:System.Math.Vectors.Point3D

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Point3D(const X, Y, Z: Single): TPoint3D; overload;
function Point3D(const AVector3D: TVector3D; const ATransform: Boolean): TPoint3D; overload;

C++

extern DELPHI_PACKAGE TPoint3D __fastcall Point3D(const float X, const float Y, const float Z)/* overload */;

Properties

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

Description

Embarcadero Technologies does not currently have any additional information. Please help us document this topic by using the Discussion page!