Uses of Class
com.irurueta.geometry.DualQuadricNotAvailableException
Packages that use DualQuadricNotAvailableException
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 DualQuadricNotAvailableException in com.irurueta.geometry
Methods in com.irurueta.geometry that throw DualQuadricNotAvailableExceptionModifier and TypeMethodDescriptionvoidQuadric.dualQuadric(DualQuadric dualQuadric) Sets the values of the dual quadric corresponding to this quadric instance into provided dualQuadric instance.Quadric.getDualQuadric()Computes the dual quadric of this quadric.