Package org.robwork.sdurw_trajectory
Class LloydHaywardBlendVector2DCPtr
- java.lang.Object
-
- org.robwork.sdurw_trajectory.LloydHaywardBlendVector2DCPtr
-
public class LloydHaywardBlendVector2DCPtr extends java.lang.Object
Ptr 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.Vector2D
ddx(double t)
void
delete()
LloydHaywardBlendVector2D
deref()
The pointer stored in the object.Vector2D
dx(double t)
boolean
equals(LloydHaywardBlendVector2D p)
static long
getCPtr(LloydHaywardBlendVector2DCPtr obj)
LloydHaywardBlendVector2D
getDeref()
Member access operator.boolean
isNull()
checks if the pointer is nullboolean
isShared()
check if this Ptr has shared ownership or none
ownershipdouble
kappa()
Returns the kappa value used in the blenddouble
tau1()
Note: For ParabolicBlend getTau1()==getTau2()double
tau2()
Note: For ParabolicBlend getTau1()==getTau2()Vector2D
x(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
-
-