November 2002
Intermediate to advanced
848 pages
19h 59m
English
In Chapter 3, we developed a fairly simple Java 2D application to plot a trajectory through Kspace as part of the KspaceModeller application. We now begin to expand on this application using Java 3D models.
Our goal in this part of the ongoing example is to create a model voxel to examine the behavior of spins in magnetic resonance. Briefly, let's begin by sketching the scene graph for the part of the application we will do here (shown in Figure 11.11).

We begin by creating a 3D axis in a separate class MRAxis.java (see Listing 11.16).