C# 클래스 Box2DX.Collision.Segment

파일 보기 프로젝트 열기: danielpcox/Crisis-at-Swiss-Station 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
P1 Box2DX.Common.Vec2
P2 Box2DX.Common.Vec2

공개 메소드들

메소드 설명
TestSegment ( float &lambda, Vec2 &normal, Segment segment, float maxLambda ) : bool

Ray cast against this segment with another segment.

메소드 상세

TestSegment() 공개 메소드

Ray cast against this segment with another segment.
public TestSegment ( float &lambda, Vec2 &normal, Segment segment, float maxLambda ) : bool
lambda float
normal Box2DX.Common.Vec2
segment Segment
maxLambda float
리턴 bool

프로퍼티 상세

P1 공개적으로 프로퍼티

The starting point.
public Vec2,Box2DX.Common P1
리턴 Box2DX.Common.Vec2

P2 공개적으로 프로퍼티

The ending point.
public Vec2,Box2DX.Common P2
리턴 Box2DX.Common.Vec2