Namespace: DeltaEngine.Physics2D.FarseerAssembly: DeltaEngine.Physics2D.Farseer (in DeltaEngine.Physics2D.Farseer.dll) Version: 1.1.1.0 (1.1.1)
public override PhysicsBody CreateEdge(
Vector2D startPoint,
Vector2D endPoint
)
public override PhysicsBody CreateEdge(
Vector2D startPoint,
Vector2D endPoint
)
Public Overrides Function CreateEdge (
startPoint As Vector2D,
endPoint As Vector2D
) As PhysicsBody
Public Overrides Function CreateEdge (
startPoint As Vector2D,
endPoint As Vector2D
) As PhysicsBody
public:
virtual PhysicsBody^ CreateEdge(
Vector2D startPoint,
Vector2D endPoint
) override
public:
virtual PhysicsBody^ CreateEdge(
Vector2D startPoint,
Vector2D endPoint
) override
abstract CreateEdge :
startPoint : Vector2D *
endPoint : Vector2D -> PhysicsBody
override CreateEdge :
startPoint : Vector2D *
endPoint : Vector2D -> PhysicsBody
abstract CreateEdge :
startPoint : Vector2D *
endPoint : Vector2D -> PhysicsBody
override CreateEdge :
startPoint : Vector2D *
endPoint : Vector2D -> PhysicsBody
Return Value
Type:
PhysicsBody