Fraxinus  18.10
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

cx::SlicePlane::SlicePlane ( )
inline

Definition at line 31 of file cxSliceComputer.h.

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

Definition at line 19 of file cxSliceComputer.cpp.

Member Data Documentation

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.


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