mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-03 15:45:46 +08:00
String-ifier for streams as preparation for the GeoClasses
This commit is contained in:
@@ -40,16 +40,16 @@ namespace BlackCore
|
||||
|
||||
CVector3D & operator +=(const CVector3D &rhs);
|
||||
CVector3D & operator -=(const CVector3D &rhs);
|
||||
CVector3D & operator = (const CVector3D &rhs);
|
||||
|
||||
CVector3D & operator = (const CVector3D &rhs);
|
||||
CVector3D operator +(const CVector3D &rhs);
|
||||
CVector3D operator -(const CVector3D &rhs);
|
||||
|
||||
CVector3D operator +(const CVector3D &rhs);
|
||||
CVector3D operator -(const CVector3D &rhs);
|
||||
bool operator ==(const CVector3D &rhs);
|
||||
bool operator !=(const CVector3D &rhs);
|
||||
|
||||
bool operator ==(const CVector3D &rhs);
|
||||
bool operator !=(const CVector3D &rhs);
|
||||
//double crossProduct(qint32 );
|
||||
|
||||
//double crossProduct(qint32 );
|
||||
|
||||
CVector3D & operator *=(const CVector3D &rhs);
|
||||
CVector3D operator *( const CVector3D &rhs);
|
||||
|
||||
Reference in New Issue
Block a user