PlaneSection

class PlaneSection(val originPoint: Vec3, val dirVec1: Vec3, val dirVec2: Vec3)

Constructors

Link copied to clipboard
constructor(originPoint: Vec3, dirVec1: Vec3, dirVec2: Vec3)

Properties

Link copied to clipboard
val dirVec1: Vec3
Link copied to clipboard
val dirVec2: Vec3
Link copied to clipboard
val originPoint: Vec3

Functions

Link copied to clipboard
inline fun castPointsOnUniformly(maxPoints: Int, consumer: (Vec3) -> Unit)
Link copied to clipboard
fun getFairStepSide(nPoints: Int): DoubleDoublePair