Matrix3d.reflection

Set this matrix to a mirror/reflection transformation that reflects through the given plane specified via the plane normal.

@param normal the plane normal @return this

  1. Matrix3d reflection(double nx, double ny, double nz)
  2. Matrix3d reflection(Vector3d normal)
    struct Matrix3d
    ref public return
    reflection
  3. Matrix3d reflection(Quaterniond orientation)

Meta