HughPH.Box2D
Organised dotnet bindings for Box2D 3.1.0
Loading...
Searching...
No Matches
Public Attributes | List of all members
Box2D.ChainSegment Struct Reference

A line segment with one-sided collision. Only collides on the right side. Several of these are generated for a chain shape.
ghost1 -> point1 -> point2 -> ghost2. More...

Collaboration diagram for Box2D.ChainSegment:
Collaboration graph
[legend]

Public Attributes

readonly Vec2 Ghost1
 The tail ghost vertex.
 
readonly Segment Segment
 The line segment.
 
readonly Vec2 Ghost2
 The head ghost vertex.
 

Detailed Description

A line segment with one-sided collision. Only collides on the right side. Several of these are generated for a chain shape.
ghost1 -> point1 -> point2 -> ghost2.


The documentation for this struct was generated from the following file: