TranslationRotation

data class TranslationRotation(maxTranslationDistance: Double, maxRotationRadians: Double, centroid: Vector3d) : CompiledConfSpace.MotionInfo

Properties

Link copied to clipboard
val centroid: Vector3d
Link copied to clipboard
val maxRotationRadians: Double
Link copied to clipboard
val maxTranslationDistance: Double