omdl  v0.5
OpenSCAD Mechanical Design Library
Euclidean

Euclidean 2D/3D space mapping. More...

+ Collaboration diagram for Euclidean:

Files

file  constants.scad
 Mechanical design constants.
 

Variables

 x_axis_vi = 0
 The vector index for the x-coordinate of a vector.
 
 y_axis_vi = 1
 The vector index for the y-coordinate of a vector.
 
 z_axis_vi = 2
 The vector index for the z-coordinate of a vector.
 
 origin2d = [0, 0]
 The origin coordinates in 2-dimensional Euclidean space.
 
 x_axis2d_uv = [1, 0]
 The unit vector of the positive x-axis in 2-dimensional Euclidean space.
 
 y_axis2d_uv = [0, 1]
 The unit vector of the positive y-axis in 2-dimensional Euclidean space.
 
 origin3d = [0, 0, 0]
 The origin coordinates in 3-dimensional Euclidean space.
 
 x_axis3d_uv = [1, 0, 0]
 The unit vector of the positive x-axis in 3-dimensional Euclidean space.
 
 y_axis3d_uv = [0, 1, 0]
 The unit vector of the positive y-axis in 3-dimensional Euclidean space.
 
 z_axis3d_uv = [0, 0, 1]
 The unit vector of the positive z-axis in 3-dimensional Euclidean space.
 

Detailed Description

Euclidean 2D/3D space mapping.