|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--quicktime.util.QTByteObject
|
+--quicktime.qd3d.camera.CameraRange
CameraRange contains information for the camera's range. Includes the distance to the nearest projection plane, hither plane, and the distance to the farthest projection plane, yon plane. Refer to TQ3CameraRange in QuickDraw3d
| Field Summary | |
static int |
kNativeSize
This is the size (the number of bytes) that are required for this class |
| Fields inherited from interface quicktime.jdirect.PrimitivesLib |
JDirect_MacOSX, libraryInstance |
| Constructor Summary | |
CameraRange()
Creates a CameraRange object containing no data. |
|
CameraRange(float hither,
float yon)
Creates a CameraRange object containing given data. |
|
| Method Summary | |
java.lang.Object |
clone()
Returns a copy of this class. |
static EndianDescriptor |
getEndianDescriptor()
Returns the EndianDescriptor for this class. |
float |
getHither()
returns the camera range's distance away from the hither plane. |
float |
getYon()
returns the camera range's distance away from the yon plane. |
void |
setHither(float hither)
sets the camera range's distance away from the hither plane. |
void |
setYon(float yon)
sets the camera range's distance away from the yon plane. |
| Methods inherited from class quicktime.util.QTByteObject |
equals, fromArray, getBytes, getSize, toString |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final int kNativeSize
| Constructor Detail |
public CameraRange()
public CameraRange(float hither,
float yon)
| Method Detail |
public static final EndianDescriptor getEndianDescriptor()
public float getHither()
public float getYon()
public void setHither(float hither)
public void setYon(float yon)
public java.lang.Object clone()
clone in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||