Class MouseStart
- Namespace
 - SearchAThing.OpenGL.Core
 
- Assembly
 - netcore-opengl-core.dll
 
Helper class to save GLControl gl matrixes and a screen start point mainly used for pan and rotate at the beginning of operation.
public class MouseStart
  - Inheritance
 - 
      
      MouseStart
 
- Inherited Members
 
Constructors
MouseStart(GLControl, in Vector2)
public MouseStart(GLControl glControl, in Vector2 startPt)
  Parameters
Properties
GLMatrixes
public GLMatrixes GLMatrixes { get; }
  Property Value
StartPt
public Vector2 StartPt { get; }