![]() |
CustusX
22.04-rc3
An IGT application
|
A 2D slice plane in 3D. i,j are perpendicular unit vectors. More...
#include <cxSliceComputer.h>
Public Member Functions | |
| SlicePlane () | |
| SlicePlane (const Vector3D &c, const Vector3D &i, const Vector3D &j) | |
Public Attributes | |
| Vector3D | c |
| defines the center of the plane More... | |
| Vector3D | i |
| defines the first axis of the plane. unit vector More... | |
| Vector3D | j |
| defines the second axis of the plane. unit vector More... | |
A 2D slice plane in 3D. i,j are perpendicular unit vectors.
Definition at line 28 of file cxSliceComputer.h.
|
inline |
Definition at line 31 of file cxSliceComputer.h.
Definition at line 19 of file cxSliceComputer.cpp.
| Vector3D cx::SlicePlane::c |
defines the center of the plane
Definition at line 33 of file cxSliceComputer.h.
| Vector3D cx::SlicePlane::i |
defines the first axis of the plane. unit vector
Definition at line 34 of file cxSliceComputer.h.
| Vector3D cx::SlicePlane::j |
defines the second axis of the plane. unit vector
Definition at line 35 of file cxSliceComputer.h.