| Package | Description |
|---|---|
| math.bsp.algorithm.raycast.internal | |
| math.bsp.node |
| Modifier and Type | Field and Description |
|---|---|
IConstBspInternalNode<TData,TBoundary> |
BoundaryIntersection.node |
| Constructor and Description |
|---|
BoundaryIntersection(IConstBspInternalNode<TData,TBoundary> node,
double sideSignedDistanceSquare) |
| Modifier and Type | Class and Description |
|---|---|
class |
BspInternalNode<TData,TBoundary>
Internal node
A node with boundary and positive and negative child.
|
| Modifier and Type | Method and Description |
|---|---|
IConstBspInternalNode<TData,TBoundary> |
BspInternalNode.asConst() |
IConstBspInternalNode<TData,TBoundary> |
IConstBspNode.asInternal()
Cast to internal
Will throw an exception if node the is not actually internal node.
|
IConstBspInternalNode<TData,TBoundary> |
IConstBspNode.getParent()
Get parent
|
Copyright © 2018 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All rights reserved.