Package | Description |
---|---|
com.openinventor.inventor |
Open Inventor is an object-oriented and OpenGL-based API for real-time 3D visualization.
|
com.openinventor.inventor.projectors |
Modifier and Type | Method and Description |
---|---|
SbSphere |
SbSphere.setValue(float[] components) |
SbSphere |
SbSphere.setValue(float[] components,
int startIndex) |
static SbSphere[] |
SbSphere.toArray(long nativeArray,
long length) |
Modifier and Type | Method and Description |
---|---|
void |
SbSphere.setValue(SbSphere copyFrom) |
Constructor and Description |
---|
SbSphere(SbSphere copyFrom) |
Modifier and Type | Method and Description |
---|---|
SbSphere |
SbSphereProjector.getSphere()
Gets the sphere on which to project points.
|
Modifier and Type | Method and Description |
---|---|
void |
SbSphereProjector.setSphere(SbSphere sph)
Sets the sphere on which to project points.
|
Constructor and Description |
---|
SbSpherePlaneProjector(SbSphere sph)
Calls SbSpherePlaneProjector(sph, (float)0.9f, true).
|
SbSpherePlaneProjector(SbSphere sph,
float edgeTol)
Calls SbSpherePlaneProjector(sph, edgeTol, true).
|
SbSpherePlaneProjector(SbSphere sph,
float edgeTol,
boolean orientToEye)
Constructor that uses a supplied sphere.
|
SbSphereSectionProjector(SbSphere sph)
Calls SbSphereSectionProjector(sph, (float)0.9f, true).
|
SbSphereSectionProjector(SbSphere sph,
float edgeTol)
Calls SbSphereSectionProjector(sph, edgeTol, true).
|
SbSphereSectionProjector(SbSphere sph,
float edgeTol,
boolean orientToEye)
Constructor that uses a supplied sphere.
|
SbSphereSheetProjector(SbSphere sph)
Calls SbSphereSheetProjector(sph, true).
|
SbSphereSheetProjector(SbSphere sph,
boolean orientToEye)
Constructor that uses a supplied sphere.
|
Generated on January 23, 2025, Copyright © Thermo Fisher Scientific. All rights reserved. http://www.openinventor.com