#include <point.h>
Inheritance diagram for dimension_dependent_primitives< point >:
Public Types | |
typedef dimension_dependent_primitives_2d< point > | prim2d |
typedef dimension_dependent_primitives_3d< point > | prim3d |
Static Public Methods | |
double | det2 (const point &p1, const point &p2) |
double | det3 (const point &p1, const point &p2, const point &p3) |
double | signed_triangle_area (const point &p1, const point &p2, const point &p3) |
double | triangle_area (const point &p1, const point &p2, const point &p3) |
point | vectorproduct (const point &p1, const point &p2) |
point | normal_with_same_length (const point &p) |
point | normed_normal (const point &p) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|