The Axis class.
More...
#include <Axis.h>
◆ Axis() [1/3]
◆ Axis() [2/3]
Axis::Axis |
( |
const Axis & |
that | ) |
|
◆ Axis() [3/3]
◆ ~Axis()
◆ getBase()
const Vector3d & Base::Axis::getBase |
( |
| ) |
const |
◆ getDirection()
const Vector3d & Base::Axis::getDirection |
( |
| ) |
const |
◆ move()
void Axis::move |
( |
const Vector3d & |
MovVec | ) |
|
◆ operator!=()
bool Axis::operator!= |
( |
const Axis & |
that | ) |
const |
◆ operator*()
◆ operator*=()
◆ operator=()
Axis & Axis::operator= |
( |
const Axis & |
New | ) |
|
◆ operator==()
bool Axis::operator== |
( |
const Axis & |
that | ) |
const |
◆ reverse()
◆ reversed()
Axis Axis::reversed |
( |
| ) |
const |
◆ setBase()
void Base::Axis::setBase |
( |
const Vector3d & |
Orig | ) |
|
◆ setDirection()
void Base::Axis::setDirection |
( |
const Vector3d & |
Dir | ) |
|
The documentation for this class was generated from the following files:
- FreeCAD/src/Base/Axis.h
- FreeCAD/src/Base/Axis.cpp