Simulacrum
1.2
|
#include <sprimitives.h>
Classes | |
struct | intersection_res |
Static Public Member Functions | |
static bool | isEqual (SVector::Precision, SVector::Precision, SVector::Precision epsilon=Epsilon) |
static SVector::Precision | fabs (SVector::Precision) |
static long unsigned | abs (long int) |
static SVector::Precision | sround (SVector::Precision) |
static SVector::Precision | sfloor (SVector::Precision) |
static SVector::Precision | sceil (SVector::Precision) |
static intersection_res | lineplaneintersect (const SLine &sourceline, const SPlane &targetplane) |
static SLine | planeplaneintersection (const SPlane &, const SPlane &) |
Static Public Attributes | |
static const SVector::Precision | Epsilon =0.0001 |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |
|
static |