C# Class Box2D.Common.RaycastResult

Show file Open project: gerich-home/box2dnet

Public Properties

Property Type Description
Lambda float
Normal Vec2

Public Methods

Method Description
Set ( RaycastResult argOther ) : RaycastResult

Method Details

Set() public method

public Set ( RaycastResult argOther ) : RaycastResult
argOther RaycastResult
return RaycastResult

Property Details

Lambda public property

public float Lambda
return float

Normal public property

public Vec2,Box2D.Common Normal
return Vec2