CustusX
16.5.0-rc9
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 49 of file cxSliceComputer.h.
|
inline |
Definition at line 52 of file cxSliceComputer.h.
Definition at line 40 of file cxSliceComputer.cpp.
Vector3D cx::SlicePlane::c |
defines the center of the plane
Definition at line 54 of file cxSliceComputer.h.
Vector3D cx::SlicePlane::i |
defines the first axis of the plane. unit vector
Definition at line 55 of file cxSliceComputer.h.
Vector3D cx::SlicePlane::j |
defines the second axis of the plane. unit vector
Definition at line 56 of file cxSliceComputer.h.