Property | Type | Description | |
---|---|---|---|
angle | float | ||
fusedPoint | |||
hasFusedPoint | bool | ||
nextPoint | SegmentPoint | ||
point | SegmentPoint | ||
shouldFuseBottom | bool | ||
tl |
Method | Description | |
---|---|---|
cloneFrom ( Segment &segment ) : void | ||
setFusedData ( bool shouldFuseBottom, Segment &segment ) : void | ||
setPoints ( SegmentPoint &point, SegmentPoint &nextPoint ) : void |
public setFusedData ( bool shouldFuseBottom, Segment &segment ) : void | ||
shouldFuseBottom | bool | |
segment | Segment | |
return | void |
public setPoints ( SegmentPoint &point, SegmentPoint &nextPoint ) : void | ||
point | SegmentPoint | |
nextPoint | SegmentPoint | |
return | void |
public Vector2,Microsoft.Xna.Framework fusedPoint | ||
return |