-
Methods in org.robovm.apple.scenekit with parameters of type SCNVector3.SCNVector3Ptr
| Modifier and Type |
Method |
Description |
boolean |
SCNBoundingVolume.getBoundingBox(SCNVector3.SCNVector3Ptr min,
SCNVector3.SCNVector3Ptr max) |
|
boolean |
SCNBoundingVolumeAdapter.getBoundingBox(SCNVector3.SCNVector3Ptr min,
SCNVector3.SCNVector3Ptr max) |
|
boolean |
SCNGeometry.getBoundingBox(SCNVector3.SCNVector3Ptr min,
SCNVector3.SCNVector3Ptr max) |
|
boolean |
SCNNode.getBoundingBox(SCNVector3.SCNVector3Ptr min,
SCNVector3.SCNVector3Ptr max) |
|
boolean |
SCNBoundingVolume.getBoundingSphere(SCNVector3.SCNVector3Ptr center,
MachineSizedFloatPtr radius) |
|
boolean |
SCNBoundingVolumeAdapter.getBoundingSphere(SCNVector3.SCNVector3Ptr center,
MachineSizedFloatPtr radius) |
|
boolean |
SCNGeometry.getBoundingSphere(SCNVector3.SCNVector3Ptr center,
MachineSizedFloatPtr radius) |
|
boolean |
SCNNode.getBoundingSphere(SCNVector3.SCNVector3Ptr center,
MachineSizedFloatPtr radius) |
|
void |
SCNBoundingVolume.setBoundingBox(SCNVector3.SCNVector3Ptr min,
SCNVector3.SCNVector3Ptr max) |
|
void |
SCNBoundingVolumeAdapter.setBoundingBox(SCNVector3.SCNVector3Ptr min,
SCNVector3.SCNVector3Ptr max) |
|
void |
SCNGeometry.setBoundingBox(SCNVector3.SCNVector3Ptr min,
SCNVector3.SCNVector3Ptr max) |
|
void |
SCNNode.setBoundingBox(SCNVector3.SCNVector3Ptr min,
SCNVector3.SCNVector3Ptr max) |
|