| Package | Description |
|---|---|
| sc.iview | |
| sc.iview.vector |
| Modifier and Type | Method and Description |
|---|---|
graphics.scenery.Node |
SciView.addBox(Vector3 position) |
graphics.scenery.Node |
SciView.addBox(Vector3 position,
Vector3 size) |
graphics.scenery.Node |
SciView.addBox(Vector3 position,
Vector3 size,
ColorRGB color,
boolean inside) |
graphics.scenery.Node |
SciView.addLine(Vector3[] points,
ColorRGB color,
double edgeWidth) |
graphics.scenery.Node |
SciView.addLine(Vector3 start,
Vector3 stop) |
graphics.scenery.Node |
SciView.addLine(Vector3 start,
Vector3 stop,
ColorRGB color) |
graphics.scenery.Node |
SciView.addSphere(Vector3 position,
float radius) |
graphics.scenery.Node |
SciView.addSphere(Vector3 position,
float radius,
ColorRGB color) |
| Modifier and Type | Class and Description |
|---|---|
class |
ClearGLVector3
Vector3 backed by a ClearGL GLVector. |
class |
DoubleVector3
Vector3 backed by three doubles. |
class |
FloatVector3
Vector3 backed by three floats. |
class |
JOMLVector3
Vector3 backed by a JOML Vector3f. |
| Modifier and Type | Method and Description |
|---|---|
static org.joml.Vector3f |
JOMLVector3.convert(Vector3 v) |
static cleargl.GLVector |
ClearGLVector3.convert(Vector3 v) |
Copyright © 2019–2022 scenery. All rights reserved.