struct box


[more]double pR[3][3]
parent to box space: x_b = pRT()*(x_m - pT)
[more]double pT[3]
[more]double d[3]
dimensions
[more]box* P
half the measure of a side length
[more]box* N
points to but does not "own".
[more]tri* trp
[more]int leaf()
[more]double size()
[more]int split_recurse(int* t, int n)
[more]int split_recurse(int* t)
[more] specialized for leaf nodes


Documentation

odouble pR[3][3]
parent to box space: x_b = pRT()*(x_m - pT)

odouble pT[3]

odouble d[3]
dimensions

obox* P
half the measure of a side length

obox* N
points to but does not "own".

otri* trp

oint leaf()

odouble size()

oint split_recurse(int* t, int n)

oint split_recurse(int* t)

o specialized for leaf nodes
specialized for leaf nodes

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.