C# 클래스 Trajectories.AeroForceCache

파일 보기 프로젝트 열기: neuoy/KSPTrajectories 1 사용 예제들

공개 메소드들

메소드 설명
AeroForceCache ( double maxCacheVelocity, double maxCacheAoA, double atmosphereDepth, int vRes, int aoaRes, int altRes, VesselAerodynamicModel model ) : System
GetForce ( double velocity, double angleOfAttack, double altitude ) : UnityEngine.Vector3d

비공개 메소드들

메소드 설명
ComputeCacheEntry ( int v, int a, int m ) : Vector2
GetCachedForce ( int v, int a, int m ) : Vector2
Sample2d ( int vFloor, float vFrac, int aFloor, float aFrac, int mFloor ) : Vector2
Sample3d ( int vFloor, float vFrac, int aFloor, float aFrac, int mFloor, float mFrac ) : Vector2

메소드 상세

AeroForceCache() 공개 메소드

public AeroForceCache ( double maxCacheVelocity, double maxCacheAoA, double atmosphereDepth, int vRes, int aoaRes, int altRes, VesselAerodynamicModel model ) : System
maxCacheVelocity double
maxCacheAoA double
atmosphereDepth double
vRes int
aoaRes int
altRes int
model VesselAerodynamicModel
리턴 System

GetForce() 공개 메소드

public GetForce ( double velocity, double angleOfAttack, double altitude ) : UnityEngine.Vector3d
velocity double
angleOfAttack double
altitude double
리턴 UnityEngine.Vector3d