MATH

Forum discussion tagged with MATH.
  1. M

    Math problem: rotating a point around an axis

    i have a problem with a formula. /* */ package be.manudahmen.growth.graphics; import be.manudahmen.empty3.Point3D; import javax.vecmath.Matrix4d; import javax.vecmath.Vector3d; public class Rotation { private Matrix4d matriceRotation; private Point3D origin; public...