public class Circle3D
extends java.lang.Object
Constructor and Description |
---|
Circle3D(org.apache.commons.math3.geometry.euclidean.threed.Vector3D center,
double radius)
For now we assume that the circle is parallel to the x-plane.
|
Modifier and Type | Method and Description |
---|---|
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
getCenter() |
org.apache.commons.math3.geometry.euclidean.threed.Vector3D |
getNormal() |
double |
getRadius() |
java.lang.String |
toString() |
public Circle3D(org.apache.commons.math3.geometry.euclidean.threed.Vector3D center, double radius)
public org.apache.commons.math3.geometry.euclidean.threed.Vector3D getCenter()
public org.apache.commons.math3.geometry.euclidean.threed.Vector3D getNormal()
public double getRadius()
public java.lang.String toString()
toString
in class java.lang.Object