| Package | Description |
|---|---|
| ensemble | |
| ensemble.apps.cp | |
| ensemble.apps.pp | |
| ensemble.audio | |
| ensemble.audio.ambisonics | |
| ensemble.movement | |
| ensemble.router | |
| ensemble.world |
| Modifier and Type | Field and Description |
|---|---|
protected Vector |
EventHandler.relative_position
The relative_position.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
EventHandler.getRelativePosition()
Gets the relative position.
|
| Modifier and Type | Method and Description |
|---|---|
void |
EventHandler.setRelativePosition(Vector relative_position)
Sets the relative position.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Vector |
CP_Reasoning.master_position
The master_position.
|
(package private) Vector |
CP_Reasoning.start_position
The start_position.
|
| Modifier and Type | Field and Description |
|---|---|
private Vector |
PP_MovementReasoning.actual_ori
The actual_ori.
|
private Vector |
PP_OscMovementReasoning.actual_ori
The actual_ori.
|
private Vector |
PP_MovementReasoning.actual_pos
The actual_pos.
|
private Vector |
PP_QuadrantReasoning.actual_pos
The actual_pos.
|
private Vector |
PP_FilterZoneReasoning.actual_pos
The actual_pos.
|
private Vector |
PP_OscMovementReasoning.actual_pos
The actual_pos.
|
private Vector |
PP_MovementReasoning.actual_vel
The actual_vel.
|
private Vector |
PP_OscMovementReasoning.actual_vel
The actual_vel.
|
private Vector |
PP_OscMovementReasoning.last_acc
The last_acc.
|
| Modifier and Type | Field and Description |
|---|---|
private java.util.ArrayList<Vector> |
PP_MovementReasoning.waypoints
The waypoints.
|
private java.util.ArrayList<Vector> |
PP_OscMovementReasoning.waypoints
The waypoints.
|
| Modifier and Type | Method and Description |
|---|---|
private Vector |
PP_OscMovementReasoning.getIsoOscVector(int size,
double oscX,
double oscY)
Gets the iso osc vector.
|
private Vector |
PP_OscMovementReasoning.getOscVector(int size,
double oscX,
double oscY)
Gets the osc vector.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
PP_MovementReasoning.sendAccCommand(Vector acc,
double dur)
Send acc command.
|
private void |
PP_OscMovementReasoning.sendAccCommand(Vector acc,
double dur)
Send acc command.
|
private void |
PP_MovementReasoning.sendTransportCommand(Vector pos)
Send transport command.
|
private void |
PP_OscMovementReasoning.sendTransportCommand(Vector pos)
Send transport command.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Vector |
AudioEventServer.rcv_comp_pos
The rcv_comp_pos.
|
(package private) Vector |
AudioEventServer.src_comp_pos
The src_comp_pos.
|
(package private) Vector |
AudioEventServer.vec_aux
The vec_aux.
|
(package private) Vector |
AudioEventServer.vec_aux_2
The vec_aux_2.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) Vector |
AmbisonicsAudioEventServer.rcv_comp_pos
The rcv_comp_pos.
|
(package private) Vector |
AmbisonicsAudioEventServer.src_comp_pos
The src_comp_pos.
|
(package private) Vector |
AmbisonicsAudioEventServer.vec_aux
The vec_aux.
|
(package private) Vector |
AmbisonicsAudioEventServer.vec_aux_2
The vec_aux_2.
|
| Modifier and Type | Field and Description |
|---|---|
Vector |
MovementState.acceleration
The acceleration.
|
private Vector |
MovementReasoning.actual_ori
The actual_ori.
|
private Vector |
MovementReasoning.actual_pos
The actual_pos.
|
private Vector |
MovementReasoning.actual_vel
The actual_vel.
|
Vector |
MovementState.angularVelocity
The angular velocity.
|
private Vector |
MovementLaw.frictionAcceleration
The friction acceleration.
|
private Vector |
MovementReasoning.last_acc
The last_acc.
|
Vector |
MovementState.orientation
The orientation.
|
Vector |
MovementState.position
The position.
|
Vector |
MovementState.velocity
The velocity.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.HashMap<java.lang.String,Vector> |
MovementEventServer.acc_command
List of agents with movement commands enabled.
|
private java.util.ArrayList<Vector> |
MovementReasoning.waypoints
The waypoints.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MovementReasoning.sendAccCommand(Vector acc,
double dur)
Send acc command.
|
private void |
MovementEventServer.sendOSCPosition(java.lang.String entityName,
Vector position)
Sends entity's position via OSC protocol.
|
| Modifier and Type | Field and Description |
|---|---|
private Vector |
MessageLaw.frictionAcceleration
The friction acceleration.
|
| Modifier and Type | Field and Description |
|---|---|
(package private) java.util.HashMap<java.lang.String,Vector> |
MessageEventServer.acc_command
List of agents with commands enabled.
|
| Modifier and Type | Method and Description |
|---|---|
private void |
MessageEventServer.sendOSCPosition(java.lang.String entityName,
Vector position)
Sends entity's position via OSC protocol.
|
| Modifier and Type | Method and Description |
|---|---|
Vector |
Vector.copy()
Copy.
|
static Vector |
Vector.parse(java.lang.String str)
Parses the.
|
static Vector |
Vector.parseSingle(double x,
double y,
double z)
Parses the single.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Vector.add(Vector v)
Adds the.
|
void |
Vector.add(Vector v,
double scale)
Adds the.
|
void |
Vector.copy(Vector copy)
Copy.
|
double |
Vector.dotProduct(Vector v)
Dot product.
|
double |
Vector.getDistance(Vector otherVector)
Gets the distance.
|
void |
Vector.subtract(Vector v)
Subtract.
|
void |
Vector.subtract(Vector v,
double scale)
Subtract.
|