NormalizedPlane

class NormalizedPlane(val pos: Vec3, normalVec: Vec3)

Constructors

Link copied to clipboard
constructor(pos: Vec3, normalVec: Vec3)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val normalVec: Vec3
Link copied to clipboard
val pos: Vec3

Functions

Link copied to clipboard
fun intersection(geometry: LinearGeometry3): Vec3?
Link copied to clipboard