C# 클래스 SpaceSim.Physics.GravitationalBodyIterator

파일 보기 프로젝트 열기: zlynn1990/SpaceSim

공개 메소드들

메소드 설명
Next ( int currentIndex, IList bodies ) : int
Prev ( int currentIndex, IList bodies ) : int

비공개 메소드들

메소드 설명
Compare ( int>.Tuple one, int>.Tuple two ) : int
GetConnectedBodies ( int currentIndex, IList bodies ) : HashSet
GetParentIndex ( int targetIndex, IList bodies ) : int
GetSortedBodyDistances ( int currentIndex, IList bodies ) : int>>.List

메소드 상세

Next() 공개 정적인 메소드

public static Next ( int currentIndex, IList bodies ) : int
currentIndex int
bodies IList
리턴 int

Prev() 공개 정적인 메소드

public static Prev ( int currentIndex, IList bodies ) : int
currentIndex int
bodies IList
리턴 int