Package org.robwork.sdurw
Class Plane
- java.lang.Object
-
- org.robwork.sdurw.GeometryData
-
- org.robwork.sdurw.Primitive
-
- org.robwork.sdurw.Plane
-
public class Plane extends Primitive
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.robwork.sdurw.GeometryData
GeometryData.GeometryType
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TriMeshPtrcreateMesh(int resolution)doubled()voiddelete()doubledistance(Vector3Dd point)static longgetCPtr(Plane obj)QgetParameters()GeometryData.GeometryTypegetType()the type of this primitive
Vector3Ddnormal()doublerefit(SWIGTYPE_p_std__vectorT_rw__math__Vector3DT_double_t_t data)-
Methods inherited from class org.robwork.sdurw.Primitive
getCPtr, getTriMesh, getTriMesh
-
Methods inherited from class org.robwork.sdurw.GeometryData
getCPtr, isConvex, toString
-
-
-
-
Method Detail
-
getCPtr
public static long getCPtr(Plane obj)
-
normal
public Vector3Dd normal()
-
d
public double d()
-
distance
public double distance(Vector3Dd point)
-
refit
public double refit(SWIGTYPE_p_std__vectorT_rw__math__Vector3DT_double_t_t data)
-
createMesh
public TriMeshPtr createMesh(int resolution)
- Overrides:
createMeshin classPrimitive
-
getParameters
public Q getParameters()
- Overrides:
getParametersin classPrimitive
-
getType
public GeometryData.GeometryType getType()
Description copied from class:GeometryDatathe type of this primitive
- Overrides:
getTypein classGeometryData- Returns:
- the type of primitive.
-
-