public class Bone extends Object
| Modifier and Type | Field and Description |
|---|---|
List<Cube> |
cubes |
String |
name |
List<Double> |
pivot |
List<Double> |
rotation |
| Constructor and Description |
|---|
Bone(String name,
List<Double> pivot,
List<Double> rotation,
List<Cube> cubes) |
| Modifier and Type | Method and Description |
|---|---|
List<Cube> |
getCubes() |
String |
getName() |
List<Double> |
getPivot() |
public String name
Copyright © 2022. All rights reserved.