PlaneSolverResult

data class PlaneSolverResult(val translation: Vec2, val iterationCount: Int)

Result from the plane solver.

Parameters

translation

The translation of the mover

iterationCount

The number of iterations used by the solver

Constructors

Link copied to clipboard
constructor(translation: Vec2, iterationCount: Int)

Properties

Link copied to clipboard
Link copied to clipboard