Geom Namespace Reference
Provides some trigeometry functions.
More...
|
Functions |
| void | distvec (REAL a[], REAL b[], REAL c[]) |
| REAL | distance (REAL a[], REAL b[]) |
| REAL | distance (int dim, REAL a[], REAL b[]) |
| REAL | sclp (REAL a[], REAL b[]) |
| REAL | length (REAL a[]) |
| REAL | area (REAL a[], REAL b[]) |
| REAL | normalize (REAL a[]) |
| int | hash (int i, int j, int n) |
Detailed Description
Provides some trigeometry functions.
Function Documentation
| REAL Geom::area |
( |
REAL |
a[], |
|
|
REAL |
b[] | |
|
) |
| | |
| REAL Geom::distance |
( |
int |
dim, |
|
|
REAL |
a[], |
|
|
REAL |
b[] | |
|
) |
| | |
| REAL Geom::distance |
( |
REAL |
a[], |
|
|
REAL |
b[] | |
|
) |
| | |
| void Geom::distvec |
( |
REAL |
a[], |
|
|
REAL |
b[], |
|
|
REAL |
c[] | |
|
) |
| | |
| int Geom::hash |
( |
int |
i, |
|
|
int |
j, |
|
|
int |
n | |
|
) |
| | |
| REAL Geom::length |
( |
REAL |
a[] |
) |
|
| REAL Geom::normalize |
( |
REAL |
a[] |
) |
|
| REAL Geom::sclp |
( |
REAL |
a[], |
|
|
REAL |
b[] | |
|
) |
| | |