Uses of Class
net.minecraft.src.Angle3D

Uses of Angle3D in net.minecraft.src
 

Fields in net.minecraft.src declared as Angle3D
 Angle3D Bone.relativeAngles
           
 

Methods in net.minecraft.src that return Angle3D
 Angle3D Angle3D.copy()
          Copies the current Angle3D over to a new Angle3D instance.
 Angle3D Bone.getAbsoluteAngle()
          Gets the current absolute angles.
 Angle3D TransformGroupBone.getBaseAngles()
           
static Angle3D Angle3D.getCenter(Angle3D angles1, Angle3D angles2)
          Gets the center angle between two angles.
 Angle3D TransformGroupBone.getTransformAngle()
           
 

Methods in net.minecraft.src with parameters of type Angle3D
 void Angle3D.addAngles(Angle3D angles)
          Adds the angles of another Angle3D to the current angles.
static Angle3D Angle3D.getCenter(Angle3D angles1, Angle3D angles2)
          Gets the center angle between two angles.
 void Angle3D.multiplyAngles(Angle3D angles)
          Multiplies the angles with a given Angle3D.