|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of SurfaceProperties in <Unnamed> |
---|
Methods in <Unnamed> that return SurfaceProperties | |
---|---|
SurfaceProperties |
Shape.getSurfaceProperties()
Returns the surface properties of this shape. |
Methods in <Unnamed> with parameters of type SurfaceProperties | |
---|---|
void |
Shape.setSurfaceProperties(SurfaceProperties surfaceProperties)
Sets the surface properties. |
Constructors in <Unnamed> with parameters of type SurfaceProperties | |
---|---|
Box(javax.vecmath.Point3d origin,
javax.vecmath.Vector3d length,
javax.vecmath.Vector3d width,
javax.vecmath.Vector3d height,
SurfaceProperties surfaceProperties)
Constructs a box with the specified parameters. |
|
Ellipsoid(javax.vecmath.Point3d origin,
javax.vecmath.Vector3d semiaxisA,
javax.vecmath.Vector3d semiaxisB,
javax.vecmath.Vector3d semiaxisC,
SurfaceProperties sp)
Constructs an Ellipsoid with the specified parameters. |
|
Polygon(java.util.ArrayList<javax.vecmath.Point3d> vertices,
SurfaceProperties sp)
Constructs a polygon with the specified parameters. |
|
Shape(SurfaceProperties surfaceProperties)
Constructs a Shape with the specified SurfaceProperties. |
|
Sphere(javax.vecmath.Vector3d origin,
double radius,
SurfaceProperties sp)
Constructs a sphere with the specified parameters. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |