コード例 #1
0
ファイル: sbfltmdl.C プロジェクト: ysangkok/sabre
void sbrFlightModel::GetWorldVelocity(sVector &worldVel)
{
	DVector worldVelD = to_vector(STATE.velocity);
	Vector worldV = worldVelD.to_vector();
	Vector2sVector(worldV,worldVel);
}