Pixel.java
Go to the documentation of this file.
1 package com.intel.realsense.librealsense;
2 
3 public class Pixel {
4  public float mX;
5  public float mY;
6 
7  public Pixel(){
8  mX = 0.f;
9  mY = 0.f;
10  }
11 
12  public Pixel(float x, float y){
13  mX = x;
14  mY = y;
15  }
16 }
GLint y
GLdouble x


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