NorMIT-nav  2023.01.05-dev+develop.0da12
An IGT application
cx::SlicePlane Class Reference

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...
 

Detailed Description

A 2D slice plane in 3D. i,j are perpendicular unit vectors.

Definition at line 28 of file cxSliceComputer.h.

Constructor & Destructor Documentation

◆ SlicePlane() [1/2]

cx::SlicePlane::SlicePlane ( )
inline

Definition at line 31 of file cxSliceComputer.h.

◆ SlicePlane() [2/2]

cx::SlicePlane::SlicePlane ( const Vector3D c,
const Vector3D i,
const Vector3D j 
)

Definition at line 19 of file cxSliceComputer.cpp.

Member Data Documentation

◆ c

Vector3D cx::SlicePlane::c

defines the center of the plane

Definition at line 33 of file cxSliceComputer.h.

◆ i

Vector3D cx::SlicePlane::i

defines the first axis of the plane. unit vector

Definition at line 34 of file cxSliceComputer.h.

◆ j

Vector3D cx::SlicePlane::j

defines the second axis of the plane. unit vector

Definition at line 35 of file cxSliceComputer.h.


The documentation for this class was generated from the following files: