#include <OctreeSupport.hpp>
|
| double | x |
| |
| double | y |
| |
| double | z |
| |
| Vector::Vector |
( |
const Vector & |
V | ) |
|
|
inline |
| Vector::Vector |
( |
const double |
X, |
|
|
const double |
Y, |
|
|
const double |
Z |
|
) |
| |
|
inline |
| double Vector::Dot |
( |
const Vector & |
V | ) |
const |
|
inline |
| double Vector::Norm |
( |
| ) |
const |
| Vector & Vector::operator*= |
( |
const double |
scaleFactor | ) |
|
| Vector & Vector::operator/= |
( |
const double |
scaleFactor | ) |
|
| bool Vector::operator== |
( |
const Vector & |
V | ) |
const |
|
inline |
| void Vector::Print |
( |
void |
| ) |
const |
| void Vector::SetValues |
( |
const double |
X, |
|
|
const double |
Y, |
|
|
const double |
Z |
|
) |
| |
|
inline |
| bool Vector::StrictlyGreaterOrEqualTo |
( |
const Vector & |
V | ) |
const |
|
inline |
| bool Vector::StrictlyGreaterThan |
( |
const Vector & |
V | ) |
const |
|
inline |
| bool Vector::StrictlyLessOrEqualTo |
( |
const Vector & |
V | ) |
const |
|
inline |
| bool Vector::StrictlyLessThan |
( |
const Vector & |
V | ) |
const |
|
inline |
The documentation for this struct was generated from the following files: