Package | Description |
---|---|
pythagoras.f |
The Pythagoras geometry utility classes specialized on
float . |
Modifier and Type | Method and Description |
---|---|
Frustum.IntersectionType |
Frustum.intersectionType(Box box)
Checks whether the frustum intersects the specified box.
|
static Frustum.IntersectionType |
Frustum.IntersectionType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Frustum.IntersectionType[] |
Frustum.IntersectionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2017. All rights reserved.