@Namespace(value="ARToolKitPlus") @Properties(inherit=ARToolKitPlus.class) public class ARVec extends org.bytedeco.javacpp.Pointer
| Constructor and Description |
|---|
ARVec()
Default native constructor.
|
ARVec(long size)
Native array allocator.
|
ARVec(org.bytedeco.javacpp.Pointer p)
Pointer cast constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
clm() |
ARVec |
clm(int setter) |
ARVec |
position(long position) |
org.bytedeco.javacpp.FloatPointer |
v() |
ARVec |
v(org.bytedeco.javacpp.FloatPointer setter) |
address, asBuffer, asByteBuffer, availablePhysicalBytes, calloc, capacity, capacity, close, deallocate, deallocate, deallocateReferences, deallocator, deallocator, equals, fill, formatBytes, free, hashCode, isNull, limit, limit, malloc, maxBytes, maxPhysicalBytes, memchr, memcmp, memcpy, memmove, memset, offsetof, parseBytes, physicalBytes, position, put, realloc, setNull, sizeof, toString, totalBytes, totalPhysicalBytes, withDeallocator, zeropublic ARVec()
public ARVec(long size)
Pointer.position(long).public ARVec(org.bytedeco.javacpp.Pointer p)
Pointer.Pointer(Pointer).public ARVec position(long position)
position in class org.bytedeco.javacpp.Pointer@Cast(value="ARFloat*") public org.bytedeco.javacpp.FloatPointer v()
public ARVec v(org.bytedeco.javacpp.FloatPointer setter)
public int clm()
public ARVec clm(int setter)
Copyright © 2019. All rights reserved.