コード例 #1
0
ファイル: Ray2.cpp プロジェクト: Shaptic/TankAssault
CRay2 CRay2::operator+ (const math::CVector2& Other) const
{
    return CRay2(this->Start + Other, this->End + Other);
}