Separated

data class Separated(val state: PhysicsQuery.Intersect.State, val time: Double, val localPointA: DVec3, val localPointB: DVec3, val normalA: DVec3, val normalB: DVec3) : PhysicsQuery.Intersect

Constructors

Link copied to clipboard
constructor(state: PhysicsQuery.Intersect.State, time: Double, localPointA: DVec3, localPointB: DVec3, normalA: DVec3, normalB: DVec3)

Properties

Link copied to clipboard
val localPointA: DVec3
Link copied to clipboard
val localPointB: DVec3
Link copied to clipboard
val normalA: DVec3
Link copied to clipboard
val normalB: DVec3
Link copied to clipboard
Link copied to clipboard