Skip to content

Commit c963dc5

Browse files
committed
removed unused stuff for collision handling
1 parent b53f999 commit c963dc5

File tree

6 files changed

+5
-22
lines changed

6 files changed

+5
-22
lines changed

src/Composition/_module.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ export animationData, animationStep
5151

5252
export DLR_Visualization, DLR_Visualization_renderer
5353

54-
export ContactDetectionMPR, ContactDetectionMPR_handler
54+
export ContactDetectionMPR_handler
5555
export initializeContactDetection!, selectContactPairsNoEvent!, selectContactPairsWithEvent!, getDistances!, setComputationFlag, closeContactDetection!
5656

5757
export responseCalculation, print_ModelVariables

src/contactDetection/ContactDetectionMPR/ContactDetectionMPR_handler.jl

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
#
22
# This file is part of module
33
# Modia3D.Composition (Modia3D/Composition/_module.jl)
4-
#
5-
# It is included in file Modia3D/Composition/sceneProperties.jl
6-
# in order to be used as default for contact detection in SceneProperties(..)
7-
#
4+
85
export ContactPair
96
export updateContactPair!
10-
export updateNoContactPair!
117

128
using OrderedCollections
139

src/contactDetection/ContactDetectionMPR/handler.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# License for this file: MIT (expat)
22
# Copyright 2017-2018, DLR Institute of System Dynamics and Control
3-
#
4-
# This file is part of module
5-
# Modia3D.ContactDetectionMPR (Modia3D/contactDetection/ContactDetectionMPR/_module.jl)
6-
#
3+
74
using LinearAlgebra
85
EYE3() = Matrix(1.0I,3,3)
96

src/contactDetection/ContactDetectionMPR/mpr.jl

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
# License for this file: MIT (expat)
22
# Copyright 2017-2018, DLR Institute of System Dynamics and Control
3-
#
4-
# This file is part of module
5-
# Modia3D.ContactDetectionMPR (Modia3D/contactDetection/ContactDetectionMPR/_module.jl)
6-
#
73

84

95
# Collision detection algorithm based on the MPR algorithm

src/contactDetection/ContactDetectionMPR/utilitiesMPR.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# License for this file: MIT (expat)
22
# Copyright 2017-2018, DLR Institute of System Dynamics and Control
3-
#
4-
# This file is part of module
5-
# Modia3D.ContactDetectionMPR (Modia3D/contactDetection/ContactDetectionMPR/_module.jl)
6-
#
3+
74

85
# Functions to test properties of portal
96

src/contactDetection/ContactDetectionMPR/utilitiesPairID.jl

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
# License for this file: MIT (expat)
22
# Copyright 2017-2018, DLR Institute of System Dynamics and Control
3-
#
4-
# This file is part of module
5-
# Modia3D.ContactDetectionMPR (Modia3D/contactDetection/ContactDetectionMPR/_module.jl)
6-
#
3+
74

85
const Point = SVector{3,Float64}
96

0 commit comments

Comments
 (0)