Pose2D

data class Pose2D(val point: Vector2D, val rotation: Rotation2D)

A pose in 2D consists of a position and an orientation. See the wikipedia article on pose.

Parameters

point

position in 2D

rotation

orientation

Constructors

Link copied to clipboard
constructor(point: Vector2D, rotation: Rotation2D)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun fuzzyEquals(o: Pose2D, distanceTolerance: Double, angleTolerance: Double): Boolean
Link copied to clipboard
fun fuzzyUnequals(o: Pose2D, distanceTolerance: Double, angleTolerance: Double): Boolean