Package org.robwork.sdurw_math
Class PairConstQ
- java.lang.Object
-
- org.robwork.sdurw_math.PairConstQ
-
public class PairConstQ extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PairConstQ()
PairConstQ(long cPtr, boolean cMemoryOwn)
PairConstQ(PairConstQ other)
PairConstQ(Q first, Q second)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description void
delete()
static long
getCPtr(PairConstQ obj)
Q
getFirst()
Q
getSecond()
-
-
-
Constructor Detail
-
PairConstQ
public PairConstQ(long cPtr, boolean cMemoryOwn)
-
PairConstQ
public PairConstQ()
-
PairConstQ
public PairConstQ(PairConstQ other)
-
-
Method Detail
-
getCPtr
public static long getCPtr(PairConstQ obj)
-
delete
public void delete()
-
getFirst
public Q getFirst()
-
getSecond
public Q getSecond()
-
-