Uses of Class
com.irurueta.geometry.ParallelVectorsException
Packages that use ParallelVectorsException
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 ParallelVectorsException in com.irurueta.geometry
Methods in com.irurueta.geometry that throw ParallelVectorsExceptionModifier and TypeMethodDescriptionfinal voidPlane.setParametersFrom1PointAnd2Vectors(Point3D point, double[] vectorA, double[] vectorB) Sets the parameters of a plane from one point and two vectors.Constructors in com.irurueta.geometry that throw ParallelVectorsException