refactored getJarvisEnvelopeConvexe getPaddedRoundedSegments & setPaperContour

displaying proximites concernement contours around the entite ref point
This commit is contained in:
2023-10-25 11:56:55 +02:00
parent ecc838abbb
commit 8aa8403f76
4 changed files with 253 additions and 63 deletions

View File

@@ -169,7 +169,7 @@ export default {
<template>
<section v-if="opened_concernement" class="concernement">
<TerrainDeVie v-if="map_mode === 'terraindevie' || map_mode === 'action'|| map_mode === 'superposition'" :cid="main_cid_eid.cid" :eid="main_cid_eid.eid"/>
<TerrainDeVie v-if="map_mode === 'terraindevie' || map_mode === 'action' || map_mode === 'superposition' || map_mode === 'proximite'" :cid="main_cid_eid.cid" :eid="main_cid_eid.eid"/>
<PuissanceAgir v-if="map_mode === 'puissancedagir'" :cid="cid"/>
<Doleancer v-if="map_mode === 'doleancer'" :cid="cid"/>
</section>