Uses of Class
javajs.util.T3i
Packages that use T3i
-
Uses of T3i in javajs.util
Subclasses of T3i in javajs.utilModifier and TypeClassDescriptionclass
A 3 element point that is represented by signed integer x,y,z coordinates.Methods in javajs.util with parameters of type T3iModifier and TypeMethodDescriptionfinal void
Sets the value of this tuple to the sum of itself and t1.final void
Sets the value of this tuple to the scalar multiplication of tuple t1 plus tuple t2 (this = s*t1 + t2).final void
Sets the value of this tuple to the value of tuple t1. -
Uses of T3i in org.jmol.jvxl.data
Methods in org.jmol.jvxl.data with parameters of type T3iModifier and TypeMethodDescriptionvoid
VolumeData.xyzToVoxelPt
(float x, float y, float z, T3i pt3i)