Package org.robwork.sdurw_trajectory
Class LloydHaywardBlendVector2DCPtr
- java.lang.Object
-
- org.robwork.sdurw_trajectory.LloydHaywardBlendVector2DCPtr
-
public class LloydHaywardBlendVector2DCPtr extends java.lang.ObjectPtr stores a pointer and optionally takes ownership of the value.
-
-
Constructor Summary
Constructors Constructor Description LloydHaywardBlendVector2DCPtr()Default constructor yielding a NULL-pointer.LloydHaywardBlendVector2DCPtr(long cPtr, boolean cMemoryOwn)LloydHaywardBlendVector2DCPtr(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.Vector2Dddx(double t)voiddelete()LloydHaywardBlendVector2Dderef()The pointer stored in the object.Vector2Ddx(double t)booleanequals(LloydHaywardBlendVector2D p)static longgetCPtr(LloydHaywardBlendVector2DCPtr 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
-
LloydHaywardBlendVector2DCPtr
public LloydHaywardBlendVector2DCPtr(long cPtr, boolean cMemoryOwn)
-
LloydHaywardBlendVector2DCPtr
public LloydHaywardBlendVector2DCPtr()
Default constructor yielding a NULL-pointer.
-
LloydHaywardBlendVector2DCPtr
public LloydHaywardBlendVector2DCPtr(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(LloydHaywardBlendVector2DCPtr 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
-
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
-
-