DihedralAngle

data class DihedralAngle(minDegrees: Double, maxDegrees: Double, abcd: List<Int>, rotated: List<Int>) : CompiledConfSpace.MotionInfo

Properties

Link copied to clipboard
val abcd: List<Int>
Link copied to clipboard
val maxDegrees: Double
Link copied to clipboard
val minDegrees: Double
Link copied to clipboard
val rotated: List<Int>