Uses of Class
net.ctdp.rfdynhud.gamedata.TelemVect3

Packages that use TelemVect3
net.ctdp.rfdynhud.gamedata   
 

Uses of TelemVect3 in net.ctdp.rfdynhud.gamedata
 

Methods in net.ctdp.rfdynhud.gamedata that return TelemVect3
 TelemVect3 TelemetryData.getLastImpactPosition(TelemVect3 lastImpactPos)
          location of last impact
 TelemVect3 TelemetryData.getLocalAcceleration(TelemVect3 localAccel)
          Gets the acceleration (meters/sec^2) in local vehicle coordinates.
 TelemVect3 TelemetryData.getLocalRotation(TelemVect3 localRot)
          rotation (radians/sec) in local vehicle coordinates
 TelemVect3 TelemetryData.getLocalRotationalAcceleration(TelemVect3 localRotAccel)
          rotational acceleration (radians/sec^2) in local vehicle coordinates
 TelemVect3 TelemetryData.getLocalVelocity(TelemVect3 localVel)
          velocity (meters/sec) in local vehicle coordinates
 TelemVect3 TelemetryData.getOrientationX(TelemVect3 oriX)
          top row of orientation matrix (also converts local vehicle vectors into world X using dot product)
 TelemVect3 TelemetryData.getOrientationY(TelemVect3 oriY)
          mid row of orientation matrix (also converts local vehicle vectors into world Y using dot product)
 TelemVect3 TelemetryData.getOrientationZ(TelemVect3 oriZ)
          bot row of orientation matrix (also converts local vehicle vectors into world Z using dot product)
 TelemVect3 TelemetryData.getPosition(TelemVect3 position)
          Gets world position in meters.
 

Methods in net.ctdp.rfdynhud.gamedata with parameters of type TelemVect3
 void GraphicsInfo.getCameraOrientation(TelemVect3 orientation)
          camera orientation
 void GraphicsInfo.getCameraPosition(TelemVect3 position)
          camera position in meters
 float TelemVect3.getDistanceTo(TelemVect3 pos2)
           
 float TelemVect3.getDistanceToSquared(TelemVect3 pos2)
           
 float TelemVect3.getDistanceXZTo(TelemVect3 pos2)
           
 float TelemVect3.getDistanceXZToSquared(TelemVect3 pos2)
           
 boolean Track.getInterpolatedVector(boolean pitlane, float trackDistance, TelemVect3 vector)
          Gets an interpolated vector along the track at the given waypoint.
 TelemVect3 TelemetryData.getLastImpactPosition(TelemVect3 lastImpactPos)
          location of last impact
 void VehicleScoringInfo.getLocalAcceleration(TelemVect3 localAccel)
          acceleration (meters/sec^2) in local vehicle coordinates
 TelemVect3 TelemetryData.getLocalAcceleration(TelemVect3 localAccel)
          Gets the acceleration (meters/sec^2) in local vehicle coordinates.
 void VehicleScoringInfo.getLocalRotation(TelemVect3 localRot)
          rotation (radians/sec) in local vehicle coordinates
 TelemVect3 TelemetryData.getLocalRotation(TelemVect3 localRot)
          rotation (radians/sec) in local vehicle coordinates
 void VehicleScoringInfo.getLocalRotationalAcceleration(TelemVect3 localRotAccel)
          rotational acceleration (radians/sec^2) in local vehicle coordinates
 TelemVect3 TelemetryData.getLocalRotationalAcceleration(TelemVect3 localRotAccel)
          rotational acceleration (radians/sec^2) in local vehicle coordinates
 void VehicleScoringInfo.getLocalVelocity(TelemVect3 localVel)
          velocity (meters/sec) in local vehicle coordinates
 TelemVect3 TelemetryData.getLocalVelocity(TelemVect3 localVel)
          velocity (meters/sec) in local vehicle coordinates
 void VehicleScoringInfo.getOrientationX(TelemVect3 oriX)
          top row of orientation matrix (also converts local vehicle vectors into world X using dot product)
 TelemVect3 TelemetryData.getOrientationX(TelemVect3 oriX)
          top row of orientation matrix (also converts local vehicle vectors into world X using dot product)
 void VehicleScoringInfo.getOrientationY(TelemVect3 oriY)
          mid row of orientation matrix (also converts local vehicle vectors into world Y using dot product)
 TelemVect3 TelemetryData.getOrientationY(TelemVect3 oriY)
          mid row of orientation matrix (also converts local vehicle vectors into world Y using dot product)
 void VehicleScoringInfo.getOrientationZ(TelemVect3 oriZ)
          bot row of orientation matrix (also converts local vehicle vectors into world Z using dot product)
 TelemVect3 TelemetryData.getOrientationZ(TelemVect3 oriZ)
          bot row of orientation matrix (also converts local vehicle vectors into world Z using dot product)
 TelemVect3 TelemetryData.getPosition(TelemVect3 position)
          Gets world position in meters.
 void Track.getWaypointPosition(boolean pitlane, int waypointIndex, TelemVect3 position)
          Gets the waypoint's position.
 void ScoringInfo.getWindSpeed(TelemVect3 speed)
          Gets wind speed
 void VehicleScoringInfo.getWorldPosition(TelemVect3 position)
          Gets world position in meters.
static void ByteUtil.readVector(byte[] buffer, int offset, TelemVect3 vector)
           
static void __GDPrivilegedAccess.setTelemVect3(float x, float y, float z, TelemVect3 vect)