Table of Contents

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

glControl GLControl
startPt Vector2

Properties

GLMatrixes

public GLMatrixes GLMatrixes { get; }

Property Value

GLMatrixes

StartPt

public Vector2 StartPt { get; }

Property Value

Vector2