Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 407 Bytes

File metadata and controls

26 lines (14 loc) · 407 Bytes

Funzione m_max

Restituisce il valore minimo m (misura) di una geometria.

Sintassi

  • m_max(geometry)

Argomenti

  • geometry una geometria contenente m valori

Esempi

  • m_max( make_point_m( 0,0,1 ) ) → 1
  • m_max(make_line( make_point_m( 0,0,1 ), make_point_m( -1,-1,2 ), make_point_m( -2,-2,0 ) ) ) → 2

nota bene

--

osservazioni

--