Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit795d5ef

Browse files
committed
removes T3d.addF
1 parent478c7ee commit795d5ef

File tree

1 file changed

+3
-11
lines changed
  • sources/net.sf.j2s.java.core/src/javajs/util

1 file changed

+3
-11
lines changed

‎sources/net.sf.j2s.java.core/src/javajs/util/T3d.java‎

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,6 @@ public final void add(T3d t) {
121121
z +=t.z;
122122
}
123123

124-
publicvoidaddF(T3t) {
125-
x +=t.x;
126-
y +=t.y;
127-
z +=t.z;
128-
}
129-
130-
131-
132124
/**
133125
* Computes the square of the distance between this point and point p1.
134126
*
@@ -366,13 +358,13 @@ public String toJSON() {
366358
return"[" +x +"," +y +"," +z +"]";
367359
}
368360

369-
publicT3dsetP(T3t) {
361+
publicT3dsetP(T3dt) {
370362
set(t.x,t.y,t.z);
371363
returnthis;
372364
}
373365

374-
publicT3putP(T3t) {
375-
t.set((float)x,(float)y, (float)z);
366+
publicT3dputP(T3dt) {
367+
t.set(x,y,z);
376368
returnt;
377369
}
378370

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp