Struct FunnelState

Public

Public Methods

CalculateNextCorners (maxCorners, splitAtEveryPortal, result)
Public
Clear ()
Public
FunnelState (initialCapacity)
Public
FunnelState (portals)
Public
Init (newLeftPortal, newRightPortal)
Public
Pool ()
Public
PopEnd ()
Public
PopStart ()
Public
Push (toStart, newLeftPortal, newRightPortal)
Public
PushEnd (newLeftPortal, newRightPortal)
Public
PushStart (newLeftPortal, newRightPortal)
Public

Public Static Methods

Unwrap (leftPortal, rightPortal, leftUnwrappedPortal, rightUnwrappedPortal, point, sideMultiplier)
Public Static

Public Variables

leftFunnel
Public
leftUnwrappedFunnel

Unwrapped version of the funnel portals in 2D space.

Public
rightFunnel
Public
rightUnwrappedFunnel

Like leftUnwrappedFunnel but for the right side of the funnel.

Public