Uses of Class
org.episteme.core.mathematics.geometry.Plane3D
Packages that use Plane3D
Package
Description
-
Uses of Plane3D in org.episteme.core.mathematics.geometry
Methods in org.episteme.core.mathematics.geometry that return Plane3DModifier and TypeMethodDescriptionPlane3D.flip()Plane3D.flipped()Returns a flipped version of this plane (negated normal and d).static Plane3DPlane3D.fromPoints(Point3D a, Point3D b, Point3D c) Creates a plane from 3 points.Plane3D.negate()Returns a negated version of this plane (flips the normal).Methods in org.episteme.core.mathematics.geometry with parameters of type Plane3DModifier and TypeMethodDescriptionPlane3D.intersection(Plane3D other) Computes the intersection of this plane with another plane. -
Uses of Plane3D in org.episteme.core.mathematics.geometry.csg
Fields in org.episteme.core.mathematics.geometry.csg declared as Plane3DMethods in org.episteme.core.mathematics.geometry.csg with parameters of type Plane3DModifier and TypeMethodDescriptionstatic voidCSGUtils.splitPolygon(Plane3D plane, Polygon polygon, List<Polygon> coplanarFront, List<Polygon> coplanarBack, List<Polygon> front, List<Polygon> back) Splits a polygon by a plane.Constructors in org.episteme.core.mathematics.geometry.csg with parameters of type Plane3D