Crate scad_tree_math

Source

Structs§

MersenneTwister
Holds the data for the Mersenne Twister algorithm.
Mt4
A matrix with column major order.
Pt2
A 2D point.
Pt3
A 3D point.
Pt4
A 4D point.
Pt2s
Wraps a Vec<Pt2>.
Pt3s
Wraps a Vec<Pt3>.
Pt4s
Wraps a Vec<Pt4>.

Functions§

approx_eq
Returns true if a and b are within epsilon
dacos
Returns the arc-cosine of degrees
dasin
Returns the arc-sine of degrees
datan
Returns the arc-tangent of degrees
dcos
Returns the cosine of degrees
dsin
Returns the sine of degrees
dtan
Returns the tangent of degrees