de.jreality.geometry
Class TubeUtility.FrameInfo
java.lang.Object
de.jreality.geometry.TubeUtility.FrameInfo
- Enclosing class:
- TubeUtility
public static class TubeUtility.FrameInfo
- extends Object
This class provides information about a frame field at a given point
of a curve in 3-space (not necessarily euclidean!).
The fields can be accessed directly, as they are declared public
.
The frame is stored as 4 row vectors in the following order: normal, binormal, tangent,
base point.
- Author:
- Charles Gunn
frame
public double[] frame
theta
public double theta
phi
public double phi
TubeUtility.FrameInfo
public TubeUtility.FrameInfo(double[] f,
double l,
double t,
double p)
toString
public String toString()
- Overrides:
toString
in class Object