BVHRect

inline class BVHRect(val intervals: BVHIntervals)

Constructors

Link copied to clipboard
constructor(dimensions: Int)
constructor(intervals: BVHIntervals)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val length: Int
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun checkDimensions(dimensions: Int)
Link copied to clipboard
fun clone(): BVHRect
Link copied to clipboard
fun copyFrom(other: BVHRect): BVHRect
Link copied to clipboard
fun max(dim: Int): Double
Link copied to clipboard
fun min(dim: Int): Double
fun min(dim: Int, value: Double)
Link copied to clipboard
fun size(dim: Int): Double
fun size(dim: Int, value: Double)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String