PlaneResult

data class PlaneResult(val plane: Plane, val point: Vec2, val hit: Boolean)

Result from a character mover collision query.

Parameters

plane

The collision plane between the mover and a convex shape

point

The collision point on the shape

hit

Did the collision register a hit?

Constructors

Link copied to clipboard
constructor(plane: Plane, point: Vec2, hit: Boolean)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val point: Vec2