Pose

fun Pose(v: Vector, h: Double)

Secondary constructor that takes a vector and heading

Parameters

v

vector

h

heading


fun Pose(    x: Double = 0.0,     y: Double = 0.0,     heading: Double = 0.0)

Parameters

x

x position

y

y position

heading

heading, in radians