|
|||||||||
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.physics.Primitives
public class Primitives
Constructor Summary | |
---|---|
Primitives()
|
Method Summary | |
---|---|
static float |
clamp(float n,
float min,
float max)
|
static AOVector |
closestPtPointOBB(AOVector p,
CollisionOBB b)
|
static float |
sqDistPointOBB(AOVector p,
CollisionOBB b)
|
static float |
sqDistPointSegment(AOVector a,
AOVector b,
AOVector c)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Primitives()
Method Detail |
---|
public static float clamp(float n, float min, float max)
public static float sqDistPointSegment(AOVector a, AOVector b, AOVector c)
public static AOVector closestPtPointOBB(AOVector p, CollisionOBB b)
public static float sqDistPointOBB(AOVector p, CollisionOBB b)
|
Copyright © 2018 Dragonsan Studios Sp. z o.o. |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |