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

Method addRotateYAxis

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

Source from the content-addressed store, hash-verified

521 }
522
523 public void addRotateYAxis(double degree) {
524 getTransforms().add(new Rotate(degree, getTranslateX(), getTranslateY(), getTranslateZ(), Rotate.Y_AXIS));
525 }
526
527 public void addRotateZAxis(double degree) {
528 getTransforms().add(new Rotate(degree, getTranslateX(), getTranslateY(), getTranslateZ(), Rotate.Z_AXIS));

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