Package org.robwork.sdurw_trajectory
Class LloydHaywardBlendVector2DPtr
- java.lang.Object
-
- org.robwork.sdurw_trajectory.LloydHaywardBlendVector2DPtr
-
public class LloydHaywardBlendVector2DPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description LloydHaywardBlendVector2DPtr()Default constructor yielding a NULL-pointer.LloydHaywardBlendVector2DPtr(long cPtr, boolean cMemoryOwn)LloydHaywardBlendVector2DPtr(LloydHaywardBlendVector2D ptr)Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description LloydHaywardBlendVector2D__ref__()Dereferencing operator.LloydHaywardBlendVector2DCPtrcptr()Vector2Dddx(double t)voiddelete()LloydHaywardBlendVector2Dderef()The pointer stored in the object.Vector2Ddx(double t)booleanequals(LloydHaywardBlendVector2D p)static longgetCPtr(LloydHaywardBlendVector2DPtr obj)LloydHaywardBlendVector2DgetDeref()Member access operator.booleanisNull()checks if the pointer is nullbooleanisShared()check if this Ptr has shared ownership or none
ownershipdoublekappa()Returns the kappa value used in the blenddoubletau1()
Note: For ParabolicBlend getTau1()==getTau2()doubletau2()
Note: For ParabolicBlend getTau1()==getTau2()Vector2Dx(double t)<T>::x
-
-
-
Constructor Detail
-
LloydHaywardBlendVector2DPtr
public LloydHaywardBlendVector2DPtr(long cPtr, boolean cMemoryOwn)
-
LloydHaywardBlendVector2DPtr
public LloydHaywardBlendVector2DPtr()
Default constructor yielding a NULL-pointer.
-
LloydHaywardBlendVector2DPtr
public LloydHaywardBlendVector2DPtr(LloydHaywardBlendVector2D ptr)
Do not take ownership of ptr.
ptr can be null.
The constructor is implicit on purpose.
-
-
Method Detail
-
getCPtr
public static long getCPtr(LloydHaywardBlendVector2DPtr obj)
-
delete
public void delete()
-
deref
public LloydHaywardBlendVector2D deref()
The pointer stored in the object.
-
__ref__
public LloydHaywardBlendVector2D __ref__()
Dereferencing operator.
-
getDeref
public LloydHaywardBlendVector2D getDeref()
Member access operator.
-
equals
public boolean equals(LloydHaywardBlendVector2D p)
-
isShared
public boolean isShared()
check if this Ptr has shared ownership or none
ownership- Returns:
- true if Ptr has shared ownership, false if it has no ownership.
-
isNull
public boolean isNull()
checks if the pointer is null- Returns:
- Returns true if the pointer is null
-
cptr
public LloydHaywardBlendVector2DCPtr cptr()
-
x
public Vector2D x(double t)
<T>::x
-
dx
public Vector2D dx(double t)
-
ddx
public Vector2D ddx(double t)
-
tau1
public double tau1()
Note: For ParabolicBlend getTau1()==getTau2()
-
tau2
public double tau2()
Note: For ParabolicBlend getTau1()==getTau2()
-
kappa
public double kappa()
Returns the kappa value used in the blend
-
-