C# 클래스 Box2D.Collision.DistanceOutput

Output for Distance.
파일 보기 프로젝트 열기: gerich-home/box2dnet 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Distance float
Iterations int
PointA Box2D.Common.Vec2
PointB Box2D.Common.Vec2

프로퍼티 상세

Distance 공개적으로 프로퍼티

public float Distance
리턴 float

Iterations 공개적으로 프로퍼티

number of gjk iterations used
public int Iterations
리턴 int

PointA 공개적으로 프로퍼티

Closest point on shapeA
public Vec2,Box2D.Common PointA
리턴 Box2D.Common.Vec2

PointB 공개적으로 프로퍼티

Closest point on shapeB
public Vec2,Box2D.Common PointB
리턴 Box2D.Common.Vec2