public class OSVR_ProjectionMatrix
extends com.sun.jna.Structure
Modifier and Type | Class and Description |
---|---|
static class |
OSVR_ProjectionMatrix.ByReference |
static class |
OSVR_ProjectionMatrix.ByValue |
Modifier and Type | Field and Description |
---|---|
double |
bottom |
double |
farClip |
double |
left |
double |
nearClip
Cannot name "near" because Visual Studio keyword
|
double |
right |
double |
top |
Constructor and Description |
---|
OSVR_ProjectionMatrix() |
OSVR_ProjectionMatrix(double left,
double right,
double top,
double bottom,
double nearClip,
double farClip) |
OSVR_ProjectionMatrix(com.sun.jna.Pointer peer) |
Modifier and Type | Method and Description |
---|---|
protected java.util.List<java.lang.String> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, calculateSize, clear, createFieldsOrder, createFieldsOrder, createFieldsOrder, createFieldsOrder, dataEquals, dataEquals, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeField
public double left
public double right
public double top
public double bottom
public double nearClip
public double farClip
public OSVR_ProjectionMatrix()
public OSVR_ProjectionMatrix(double left, double right, double top, double bottom, double nearClip, double farClip)
nearClip
- Cannot name "near" because Visual Studio keywordpublic OSVR_ProjectionMatrix(com.sun.jna.Pointer peer)