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
Methods in com.irurueta.geometry that throw RotationExceptionModifier and TypeMethodDescriptionbooleanRotation3D.equals(Rotation3D other, double threshold) Determines if two Rotation3D instances are equal up to provided threshold or not (i.e. have the same rotation).doubleMatrixRotation3D.getRotationAngle()Returns rotation amount or angle in radians around the rotation axis associated to this instance.abstract doubleRotation3D.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.voidMatrixRotation3D.rotationAxis(double[] axis) Returns rotation axis corresponding to this instance.abstract voidRotation3D.rotationAxis(double[] axis) Returns rotation axis corresponding to this instance.