PLaSK library
|
Specialization of Primitive, which define types of primitives and constants in space with 1 dimensions. More...
#include <plask/geometry/primitives.hpp>
Public Types | |
enum | Direction { DIRECTION = 0 } |
typedef double | DVec |
Real (double) vector type in 1d space. | |
Static Public Member Functions | |
static bool | vecFuzzyCompare (DVec a, DVec b) |
Compare if a < with reasonable tollerance. | |
Static Public Attributes | |
static const int | dim = 1 |
Number of dimensions (1). | |
static const DVec | ZERO_VEC = 0.0 |
Zeroed 1d vector. | |
Specialization of Primitive, which define types of primitives and constants in space with 1 dimensions.
Definition at line 754 of file primitives.hpp.
typedef double plask::Primitive< 1 >::DVec |
Real (double) vector type in 1d space.
Definition at line 756 of file primitives.hpp.
enum plask::Primitive< 1 >::Direction |
Enumerator | |
---|---|
DIRECTION |
Definition at line 764 of file primitives.hpp.
|
inlinestatic |
Compare if a
< with reasonable tollerance.
Definition at line 767 of file primitives.hpp.
|
static |
Number of dimensions (1).
Definition at line 759 of file primitives.hpp.
|
static |
Zeroed 1d vector.
Definition at line 762 of file primitives.hpp.