BVHRect

inline class BVHRect(val intervals: BVHIntervals)

Constructors

Link copied to clipboard
constructor(intervals: BVHIntervals)
constructor(dimensions: Int)
constructor(n: Double, len: Double)
constructor(x: Double, width: Double, y: Double, height: Double)
constructor(x: Double, width: Double, y: Double, height: Double, z: Double, depth: Double)

Types

Link copied to clipboard
object Companion

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
open override fun toString(): String