C# Class Box2D.Collision.RayCastOutput

Ray-cast output data. The ray hits at p1 + fraction * (p2 - p1), where p1 and p2 come from b2RayCastInput.
Afficher le fichier Open project: gerich-home/box2dnet Class Usage Examples

Méthodes publiques

Свойство Type Description
Fraction float
Normal Box2D.Common.Vec2

Méthodes publiques

Méthode Description
RayCastOutput ( ) : Box2D.Common
Set ( RayCastOutput rco ) : void

Method Details

RayCastOutput() public méthode

public RayCastOutput ( ) : Box2D.Common
Résultat Box2D.Common

Set() public méthode

public Set ( RayCastOutput rco ) : void
rco RayCastOutput
Résultat void

Property Details

Fraction public_oe property

public float Fraction
Résultat float

Normal public_oe property

public Vec2,Box2D.Common Normal
Résultat Box2D.Common.Vec2