|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.threerings.opengl.model.config.MergedStaticConfig.TransformedCollision
protected static class MergedStaticConfig.TransformedCollision
Holds a collision mesh and associated transform.
| Field Summary | |
|---|---|
Box |
bounds
The transformed bounds. |
CollisionMesh |
collision
The collision mesh. |
Transform3D |
invTransform
The inverse of the mesh transform. |
Transform3D |
transform
The transform to apply to the mesh. |
| Constructor Summary | |
|---|---|
MergedStaticConfig.TransformedCollision(CollisionMesh collision,
Transform3D transform)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final CollisionMesh collision
public final Transform3D transform
public final Transform3D invTransform
public final Box bounds
| Constructor Detail |
|---|
public MergedStaticConfig.TransformedCollision(CollisionMesh collision,
Transform3D transform)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||