| 
|||||||||
| Atavism Version 2018.1 | AGIS API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatavism.server.pathing.crowd.ObstacleAvoidanceParams
public class ObstacleAvoidanceParams
| Field Summary | |
|---|---|
 short | 
adaptiveDepth
 | 
 short | 
adaptiveDivs
 | 
 short | 
adaptiveRings
 | 
 short | 
gridSize
 | 
 float | 
horizTime
 | 
 float | 
velBias
 | 
 float | 
weightCurVel
 | 
 float | 
weightDesVel
 | 
 float | 
weightSide
 | 
 float | 
weightToi
 | 
| Constructor Summary | |
|---|---|
ObstacleAvoidanceParams()
 | 
|
ObstacleAvoidanceParams(float velBias,
                        float weightDesVel,
                        float weightCurVel,
                        float weightSide,
                        float weightToi,
                        float horizTime,
                        short gridSize,
                        short adaptiveDivs,
                        short adaptiveRings,
                        short adaptiveDepth)
 | 
|
ObstacleAvoidanceParams(ObstacleAvoidanceParams param)
 | 
|
| Method Summary | 
|---|
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
|---|
public float velBias
public float weightDesVel
public float weightCurVel
public float weightSide
public float weightToi
public float horizTime
public short gridSize
public short adaptiveDivs
public short adaptiveRings
public short adaptiveDepth
| Constructor Detail | 
|---|
public ObstacleAvoidanceParams()
public ObstacleAvoidanceParams(float velBias,
                               float weightDesVel,
                               float weightCurVel,
                               float weightSide,
                               float weightToi,
                               float horizTime,
                               short gridSize,
                               short adaptiveDivs,
                               short adaptiveRings,
                               short adaptiveDepth)
public ObstacleAvoidanceParams(ObstacleAvoidanceParams param)
  | 
 Copyright © 2018 Dragonsan Studios Sp. z o.o.  | 
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||