We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56a9de7 commit 56ed987Copy full SHA for 56ed987
capsule/src/main/java/com/kyant/capsule/continuities/G2ContinuityProfile.kt
@@ -63,8 +63,8 @@ data class G2ContinuityProfile(
63
64
val Capsule: G2ContinuityProfile =
65
G2ContinuityProfile(
66
- extendedFraction = 0.5286651,
67
- arcFraction = (5.0 / 9.0) * 0.5,
+ extendedFraction = 0.5286651 * 0.75,
+ arcFraction = 0.0,
68
bezierCurvatureScale = 1.0,
69
arcCurvatureScale = 1.0
70
)
0 commit comments