MCPcopy Create free account
hub / github.com/OpenSourcePhysics/osp / setXYZ

Method setXYZ

src/org/opensourcephysics/display3d/core/Camera.java:79–79  ·  view source on GitHub ↗

Sets the position of the camera. @param x double @param y double @param z double

(double x, double y, double z)

Source from the content-addressed store, hash-verified

77 * @param z double
78 */
79 public void setXYZ(double x, double y, double z);
80
81 /**
82 * Sets the position of the camera.

Callers 15

loadObjectMethod · 0.95
mainMethod · 0.65
Demo3D_3AppMethod · 0.65
mainMethod · 0.65
initializeMethod · 0.65
doStepMethod · 0.65
Demo3D_4AppMethod · 0.65
moveElectronsMethod · 0.65
Ball3DAppMethod · 0.65
ElementPlaneClass · 0.65
resetDecorationMethod · 0.65
positionTrackersMethod · 0.65

Implementers 1

Camerasrc/org/opensourcephysics/display3d/si

Calls

no outgoing calls

Tested by

no test coverage detected