Package org.robwork.sdurw_geometry
Class Contour2D.Point
- java.lang.Object
-
- org.robwork.sdurw_geometry.Contour2D.Point
-
- Enclosing class:
- Contour2D
public static class Contour2D.Point extends java.lang.Objectthe point description of the contour
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddelete()static longgetCPtr(Contour2D.Point obj)Vector2DgetDirection()Note: deprecatedVector2DN()get normal of this contour pointVector2DP()get position of this contour pointvoidsetDirection(Vector2D dir)Note: deprecated
-
-
-
Constructor Detail
-
Point
public Point(long cPtr, boolean cMemoryOwn)
-
Point
public Point()
constructor
-
Point
public Point(Vector2D position, double magnitude, double orientation)
constructor- Parameters:
position-magnitude-orientation-
-
-
Method Detail
-
getCPtr
public static long getCPtr(Contour2D.Point obj)
-
delete
public void delete()
-
P
public Vector2D P()
get position of this contour point
-
N
public Vector2D N()
get normal of this contour point
-
getDirection
public Vector2D getDirection()
Note: deprecated
-
setDirection
public void setDirection(Vector2D dir)
Note: deprecated
-
-