| Description | uses | Classes, Interfaces and Objects | Functions and Procedures | Types | Constants | Variables |
Some useful function to use with FastGeo geometry library
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; |
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; |