Uses of Class
com.irurueta.geometry.RotationException

Packages that use RotationException
Package
Description
This package contains classes to work with basic geometric entities such as 2D or 3D points, lines, planes, 2D or 3D triangles or polygons, circles, spheres, rotations, transformations etc.
  • Uses of RotationException in com.irurueta.geometry

    Modifier and Type
    Method
    Description
    boolean
    Rotation3D.equals(Rotation3D other, double threshold)
    Determines if two Rotation3D instances are equal up to provided threshold or not (i.e. have the same rotation).
    double
    MatrixRotation3D.getRotationAngle()
    Returns rotation amount or angle in radians around the rotation axis associated to this instance.
    abstract double
    Rotation3D.getRotationAngle()
    Returns rotation amount or angle in radians around the rotation axis associated to this instance.
    double[]
    Rotation3D.getRotationAxis()
    Returns rotation axis corresponding to this instance as a new array containing axis coordinates.
    void
    MatrixRotation3D.rotationAxis(double[] axis)
    Returns rotation axis corresponding to this instance.
    abstract void
    Rotation3D.rotationAxis(double[] axis)
    Returns rotation axis corresponding to this instance.