Skip to content

Commit 56ed987

Browse files
committed
Update capsule G2 profile to be rounder
1 parent 56a9de7 commit 56ed987

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

capsule/src/main/java/com/kyant/capsule/continuities/G2ContinuityProfile.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ data class G2ContinuityProfile(
6363

6464
val Capsule: G2ContinuityProfile =
6565
G2ContinuityProfile(
66-
extendedFraction = 0.5286651,
67-
arcFraction = (5.0 / 9.0) * 0.5,
66+
extendedFraction = 0.5286651 * 0.75,
67+
arcFraction = 0.0,
6868
bezierCurvatureScale = 1.0,
6969
arcCurvatureScale = 1.0
7070
)

0 commit comments

Comments
 (0)