MIDAS  0.75
 All Classes Namespaces Files Functions Variables Enumerations Enumerator Friends Macros
Namespaces | Functions
geometrylib.h File Reference

Geometry functions. More...

#include "gelib.h"
#include "mathlib.h"
#include "arrays.h"

Go to the source code of this file.

Namespaces

 midaspace
 

Functions

int midaspace::give_edge_points_commperpend_skewlines (const double *l1a, const double *l1b, const double *l2a, const double *l2b, double *p1, double *p2)
 

*** *** *** *** GEOMETRY FUNCTIONS *** *** *** ***


More...
 
long midaspace::intersec_rectangle3d_line (double zero, double norm, const PoinT *A, const PoinT *B, const PoinT *C, const PoinT *D, const PoinT *U, const PoinT *V, double *ksi, double *eta, double *t, PoinT *I1, PoinT *I2)
 ZDROJE http://softsurfer.com/algorithm_archive.htm. More...
 
long midaspace::intersec_triangle_line (double zero, double norm, const PoinT *A, const PoinT *B, const PoinT *C, const PoinT *U, const PoinT *V, double *ksi, double *eta, double *t, PoinT *I1, PoinT *I2)
 
long midaspace::nc_brick_3d (double zero, double x[], double y[], double z[], const PoinT *point, PoinT *answer)
 Function computes natural coordinates of 'point' on 'element', 'point' is entered in cartesian coordinates, 'element' is 3d brick=cube=hexahedron. More...
 
double midaspace::area3D_Polygon (int n, const PoinT **V, const VectoR *N)
 

************************** WWW.SOFTSURFER.COM ALGORITHMS **************************


Copyright 2000, softSurfer (www.softsurfer.com) This code may be freely used and modified for any purpose providing that this copyright notice is included with it. More...

 
int midaspace::intersect_RayTriangle (double zero, const PoinT *P0, const PoinT *P1, const PoinT *V0, const PoinT *V1, const PoinT *V2, PoinT *I)
 
void midaspace::jac_3d (double &jac, Dvctr &x, Dvctr &y, Dvctr &z, double xi, double eta, double zeta)
 

Detailed Description

Geometry functions.

Definition in file geometrylib.h.