Uses of Class
javajs.util.T3d
Packages that use T3d
-
Uses of T3d in javajs.util
Subclasses of T3d in javajs.utilModifier and TypeClassDescriptionclass
A 3 element vector that is represented by double precision floating point x,y,z coordinates.Methods in javajs.util with parameters of type T3dModifier and TypeMethodDescriptionfinal void
Sets the value of this tuple to the vector sum of itself and tuple t1.final void
Sets the value of this tuple to the vector sum of tuples t1 and t2.final void
Sets the value of this tuple to the scalar multiplication of tuple t1 and then adds tuple t2 (this = s*t1 + t2).final void
Sets the value of this tuple to the scalar multiplication of tuple t1 and then adds tuple t2 (this = s*t1 + t2).final void
Sets the value of this tuple to the value of the Tuple3d argument.final void
Sets the value of this tuple to the vector difference of itself and tuple t1 (this = this - t1).final void
Sets the value of this tuple to the vector difference of tuple t1 and t2 (this = t1 - t2).