Hi
I have a question about the fencing rules, and if someone could help me it
would be great.
I have a task to write a simple fencing computer program, that should be
able to show points for hits. But there is one thing I find unclear. Here is
the part of the instructions that I don't understand (translated from
Swedish):
"A hit is valid if it lasts more then 10ms and occurs before or within 40ms
after the other person got a hit (double hit)."
When I searched for "double hit" I found this site:
http://www.dictionaryofgambling.com/...rms/fencing/d/
and it says "In epee, two attacks that arrive within 40-50 ms of each
other." But what does that mean exactly? Can the first attack be from player
A and the second attack from player B, as long as the second attack occurs
within 40-50ms of the first attack? It doesn't say anything if the two
attacks have to be from the same player or both players or if it doesn't
matter.
In the following, I simply asume that the double hit can be an attack and a
counterattack
And also, regarding the 40 milliseconds, between what events does the time
have to he at most 40ms?
Consider the following senario:
Time Event
100ms Player A starts a hit
110ms The hit of player A becomes valid
120ms Player A ends the hit
140ms Player B starts a hit
150ms 10ms from the start of the hit of player B
160ms Player B ends the hit
The instructions says that the hit of player B is valid if it occurs within
40ms after the hit of player A happend. But should I measure the time
between 100ms and 140ms, 100ms and 150ms, 110ms and 140ms, 110ms and 150ms,
120ms and 140ms or 120ms and 150ms?
Hope you understand the question.
And thanks in advance for any input!
/Jimi