Definition at line 13 of file RailInterpolator.hh.
|
enum class | Status {
InProgress = 0
,
SegmentEnd = 1
,
ChangingDirection = 2
} |
|
◆ Status
enum class Field::RailInterpolator::Status |
|
strong |
◆ RailInterpolator()
Field::RailInterpolator::RailInterpolator |
( |
f32 | speed, |
|
|
u32 | idx ) |
|
0x806ED160 |
◆ calcDirectionChange()
void Field::RailInterpolator::calcDirectionChange |
( |
| ) |
|
|
protected0x806F0880 |
◆ calcNextIndices()
void Field::RailInterpolator::calcNextIndices |
( |
| ) |
|
|
protected |
◆ calcVelocities()
void Field::RailInterpolator::calcVelocities |
( |
| ) |
|
|
protected0x806ED34C |
◆ curPoint()
◆ curPos()
◆ curTangentDir()
const EGG::Vector3f & Field::RailInterpolator::curTangentDir |
( |
| ) |
const |
|
inlinenodiscard |
◆ floorNrm()
const EGG::Vector3f & Field::RailInterpolator::floorNrm |
( |
size_t | idx | ) |
const |
|
nodiscard0806ED24C |
◆ isMovementDirectionForward()
bool Field::RailInterpolator::isMovementDirectionForward |
( |
| ) |
const |
|
inlinenodiscard |
◆ railLength()
f32 Field::RailInterpolator::railLength |
( |
| ) |
const |
|
nodiscard0x806ED30C |
◆ setT()
void Field::RailInterpolator::setT |
( |
f32 | t | ) |
|
|
inline0x806C63A8 |
◆ shouldChangeDirection()
bool Field::RailInterpolator::shouldChangeDirection |
( |
| ) |
const |
|
nodiscardprotected0x806F0814 |
◆ updateVel()
void Field::RailInterpolator::updateVel |
( |
| ) |
|
|
protected0x806ED3E4 |
◆ m_4a
bool Field::RailInterpolator::m_4a |
|
protected |
◆ m_curPos
◆ m_currPointIdx
s16 Field::RailInterpolator::m_currPointIdx |
|
protected |
◆ m_currSegmentVel
f32 Field::RailInterpolator::m_currSegmentVel |
|
protected |
◆ m_currVel
f32 Field::RailInterpolator::m_currVel |
|
protected |
◆ m_curTangentDir
◆ m_isOscillating
bool Field::RailInterpolator::m_isOscillating |
|
protected |
◆ m_movementDirectionForward
bool Field::RailInterpolator::m_movementDirectionForward |
|
protected |
◆ m_nextPointIdx
s16 Field::RailInterpolator::m_nextPointIdx |
|
protected |
◆ m_nextPointVel
f32 Field::RailInterpolator::m_nextPointVel |
|
protected |
◆ m_pointCount
u16 Field::RailInterpolator::m_pointCount |
|
protected |
◆ m_points
◆ m_prevPointVel
f32 Field::RailInterpolator::m_prevPointVel |
|
protected |
◆ m_railIdx
s16 Field::RailInterpolator::m_railIdx |
|
protected |
◆ m_segmentT
f32 Field::RailInterpolator::m_segmentT |
|
protected |
◆ m_speed
f32 Field::RailInterpolator::m_speed |
|
protected |
◆ m_usePerPointVelocities
bool Field::RailInterpolator::m_usePerPointVelocities |
|
protected |