Richard Boegli's CnC_Generals_Zero_Hour Fork WIP
This is documentation of Richard Boegil's Zero Hour Fork
 
Loading...
Searching...
No Matches
TMoveAlongWaypointPathInfo Struct Reference

#include <W3DView.h>

Public Attributes

Int numWaypoints
 
Coord3D waypoints [MAX_WAYPOINTS+2]
 
Real waySegLength [MAX_WAYPOINTS+2]
 
Real cameraAngle [MAX_WAYPOINTS+2]
 
Int timeMultiplier [MAX_WAYPOINTS+2]
 
Real groundHeight [MAX_WAYPOINTS+1]
 
Int totalTimeMilliseconds
 
Int elapsedTimeMilliseconds
 
Real totalDistance
 
Real curSegDistance
 
Int shutter
 
Int curSegment
 
Int curShutter
 
Int rollingAverageFrames
 
ParabolicEase ease
 

Detailed Description

Definition at line 56 of file W3DView.h.

Member Data Documentation

◆ cameraAngle

Real TMoveAlongWaypointPathInfo::cameraAngle[MAX_WAYPOINTS+2]

Definition at line 61 of file W3DView.h.

◆ curSegDistance

Real TMoveAlongWaypointPathInfo::curSegDistance

Definition at line 67 of file W3DView.h.

◆ curSegment

Int TMoveAlongWaypointPathInfo::curSegment

Definition at line 69 of file W3DView.h.

◆ curShutter

Int TMoveAlongWaypointPathInfo::curShutter

Definition at line 70 of file W3DView.h.

◆ ease

ParabolicEase TMoveAlongWaypointPathInfo::ease

Definition at line 72 of file W3DView.h.

◆ elapsedTimeMilliseconds

Int TMoveAlongWaypointPathInfo::elapsedTimeMilliseconds

Definition at line 65 of file W3DView.h.

◆ groundHeight

Real TMoveAlongWaypointPathInfo::groundHeight[MAX_WAYPOINTS+1]

Definition at line 63 of file W3DView.h.

◆ numWaypoints

Int TMoveAlongWaypointPathInfo::numWaypoints

Definition at line 58 of file W3DView.h.

◆ rollingAverageFrames

Int TMoveAlongWaypointPathInfo::rollingAverageFrames

Definition at line 71 of file W3DView.h.

◆ shutter

Int TMoveAlongWaypointPathInfo::shutter

Definition at line 68 of file W3DView.h.

◆ timeMultiplier

Int TMoveAlongWaypointPathInfo::timeMultiplier[MAX_WAYPOINTS+2]

Definition at line 62 of file W3DView.h.

◆ totalDistance

Real TMoveAlongWaypointPathInfo::totalDistance

Definition at line 66 of file W3DView.h.

◆ totalTimeMilliseconds

Int TMoveAlongWaypointPathInfo::totalTimeMilliseconds

Definition at line 64 of file W3DView.h.

◆ waypoints

Coord3D TMoveAlongWaypointPathInfo::waypoints[MAX_WAYPOINTS+2]

Definition at line 59 of file W3DView.h.

◆ waySegLength

Real TMoveAlongWaypointPathInfo::waySegLength[MAX_WAYPOINTS+2]

Definition at line 60 of file W3DView.h.


The documentation for this struct was generated from the following file: