C# 클래스 NidaleeTheBestialHuntress.VectorHelper

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

공개 메소드들

메소드 설명
GetFirstWallPoint ( System.Vector2 from, System.Vector2 to, float step = 25 ) : Vector2?
GetFirstWallPoint ( System.Vector3 from, System.Vector3 to, float step = 25 ) : Vector2?
IsLyingInCone ( System.Vector2 position, System.Vector2 apexPoint, System.Vector2 circleCenter, double aperture ) : bool

비공개 메소드들

메소드 설명
DotProd ( System.Vector2 a, System.Vector2 b ) : float
Magn ( System.Vector2 a ) : float

메소드 상세

GetFirstWallPoint() 공개 정적인 메소드

public static GetFirstWallPoint ( System.Vector2 from, System.Vector2 to, float step = 25 ) : Vector2?
from System.Vector2
to System.Vector2
step float
리턴 Vector2?

GetFirstWallPoint() 공개 정적인 메소드

public static GetFirstWallPoint ( System.Vector3 from, System.Vector3 to, float step = 25 ) : Vector2?
from System.Vector3
to System.Vector3
step float
리턴 Vector2?

IsLyingInCone() 공개 정적인 메소드

public static IsLyingInCone ( System.Vector2 position, System.Vector2 apexPoint, System.Vector2 circleCenter, double aperture ) : bool
position System.Vector2
apexPoint System.Vector2
circleCenter System.Vector2
aperture double
리턴 bool