TITANIC: Cleanup of camera class

This commit is contained in:
Paul Gilbert 2020-01-12 19:12:51 -08:00
parent f029943df1
commit 2480630e08
2 changed files with 4 additions and 4 deletions

View File

@ -240,11 +240,11 @@ FVector CCamera::getRelativePosNoCentering(int index, const FVector &src) {
return _viewport.getRelativePosNoCentering(index, src);
}
FVector CCamera::proc30(int index, const FVector &v) {
FVector CCamera::getRelativePosCentering(int index, const FVector &v) {
return _viewport.getRelativePosCentering(index, v);
}
FVector CCamera::proc31(int index, const FVector &v) {
FVector CCamera::getRelativePosCenteringRaw(int index, const FVector &v) {
return _viewport.getRelativePosCenteringRaw(index, v);
}

View File

@ -161,8 +161,8 @@ public:
virtual FVector getRelativePos(int index, const FVector &src);
virtual FVector getRelativePosNoCentering(int index, const FVector &src);
virtual FVector proc30(int index, const FVector &v);
virtual FVector proc31(int index, const FVector &v);
virtual FVector getRelativePosCentering(int index, const FVector &v);
virtual FVector getRelativePosCenteringRaw(int index, const FVector &v);
/**
* Sets the viewport position within the starfield