Crate scad_tree_math

source ·

Structs

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

Functions

  • Returns true if a and b are within epsilon
  • Returns the arc-cosine of degrees
  • Returns the arc-sine of degrees
  • Returns the arc-tangent of degrees
  • Returns the cosine of degrees
  • Returns the sine of degrees
  • Returns the tangent of degrees