DistortionType.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public enum DistortionType {
4  NONE(0),
7  FTHETA(3),
10  COUNT(6);
11 
12  private final int mValue;
13 
14  DistortionType(int value) { mValue = value; }
15  public int value() { return mValue; }
16 }
GLfloat value


librealsense2
Author(s): Sergey Dorodnicov , Doron Hirshberg , Mark Horn , Reagan Lopez , Itay Carpis
autogenerated on Mon May 3 2021 02:47:12