Unit fastgeoutils

DescriptionusesClasses, Interfaces and ObjectsFunctions and ProceduresTypesConstantsVariables

Description

Some useful function to use with FastGeo geometry library

uses

Functions and Procedures

Overview

function distance3d(v1,v2:TVector3d):TFloat;
function getVector3D(x,y,z:TFloat):TVector3d;
function averageVector(v1,v2:TVector3d):TVector3d;
function getDistancePointLine(p0,p1,p2:TVector3d):TFloat;

Description

function averageVector(v1,v2:TVector3d):TVector3d;

 

function distance3d(v1,v2:TVector3d):TFloat;

 

function getDistancePointLine(p0,p1,p2:TVector3d):TFloat;

this gives the distance between p0 and the line delimited by p1 and p2

function getVector3D(x,y,z:TFloat):TVector3d;

 


Generated by PasDoc 0.8.8 on 2005-01-20 19:01:20