omdl  v0.9.5
OpenSCAD Mechanical Design Library
Data Types

Data type identification and operations. More...

+ Collaboration diagram for Data Types:

Modules

 Binary Numbers
 Base-2 binary numbers tests and operations.
 
 Euclidean
 Tests and operations for Euclidean 3d space.
 
 Iterable Operations
 Operations for iterable data types.
 
 Iterable Tests
 Tests to differentiate iterable data types.
 
 List Comparision
 List comparision operations.
 
 List Operations
 Operations for list data types.
 
 Maps
 Map data type and operations.
 
 Scalar Operations
 Operations for scalar data types.
 
 Scalar Tests
 Tests to differentiate scalar data types.
 
 Tables
 Table data type and operations.
 

Files

file  scalar_test.scad
 Scalar data type tests.
 
file  scalar_operate.scad
 Scalar data type operations.
 
file  iterable_test.scad
 Iterable data type tests.
 
file  iterable_operate.scad
 Iterable data type operations.
 
file  list_operate.scad
 List data type operations.
 
file  list_compare.scad
 List data type comparision.
 
file  euclidean.scad
 Tests and operations for Euclidean 3d space.
 
file  binary.scad
 Base-2 binary numbers tests and operations.
 
file  map.scad
 Map data structure and operations.
 
file  table.scad
 Table data structure and operations.
 

Detailed Description

Data type identification and operations.

See Base types and values, Index sequence generation, and Euclidean space data types for nomenclature, assumptions, and conventions used to specify values and data types throughout the library.