MCPcopy Create free account
hub / github.com/Nurtak/ObjectGraphVisualization / addRotateXAxis

Method addRotateXAxis

src/ch/hsr/ogv/view/Arrow.java:531–533  ·  view source on GitHub ↗
(double degree)

Source from the content-addressed store, hash-verified

529 }
530
531 public void addRotateXAxis(double degree) {
532 getTransforms().add(new Rotate(degree, getTranslateX(), getTranslateY(), getTranslateZ(), Rotate.X_AXIS));
533 }
534
535 public double getWidth() {
536 return this.width;

Callers 1

moveRotateGroupMethod · 0.95

Calls 4

getTranslateXMethod · 0.80
getTranslateYMethod · 0.80
getTranslateZMethod · 0.80
addMethod · 0.45

Tested by

no test coverage detected