Skip to content

Commit 73ff394

Browse files
committed
refactor extracted methods and members
1 parent 3afe2dc commit 73ff394

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

mesh/src/main/java/mesh/creator/archimedian/RhombicuboctahedronCreator.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66

77
public class RhombicuboctahedronCreator implements IMeshCreator {
88

9-
float a = 1.0f;
10-
11-
float b = 1.0f + Mathf.sqrt(2.0f);
9+
private float a = 1.0f;
10+
11+
private float b = 1.0f + Mathf.sqrt(2.0f);
1212

1313
@Override
1414
public Mesh3D create() {

0 commit comments

Comments
 (0)