DoubleImplicitGeom
Extension methods class for Double, for the geom package.
Value members
Concrete methods
Converts this Double into an absolute angle of the given degrees from 0 until 360 degrees.
Converts this Double into an absolute angle of the given degrees from 0 until 360 degrees.
Succinct syntax for creating 2 dimensional points Pt2s, from 2 numbers. Note the low precedence of this method relative to most numerical operators. A third number as example
Succinct syntax for creating 2 dimensional points Pt2s, from 2 numbers. Note the low precedence of this method relative to most numerical operators. A third number as example
3.1 pp 4 pp -7.25
can be used to create a [Pt3]. 3.1 pp 4 pp -7.25 }}}
Succinct syntax for creating 2 dimensional vectors, Vec2s from 2 numbers. Note the low precedence of this method relative to most numerical operators. A third number as example
Succinct syntax for creating 2 dimensional vectors, Vec2s from 2 numbers. Note the low precedence of this method relative to most numerical operators. A third number as example
3.1 pp 4 pp -7.25
can be used to create a [Pt3]. 3.1 pp 4 pp -7.25 }}}