Table of Contents

Class RayExtensions

Namespace
HelixToolkit.SharpDX
Assembly
HelixToolkit.SharpDX.dll
public static class RayExtensions
Inheritance
RayExtensions
Inherited Members

Methods

UnProject(Vector2, ref Matrix4x4, ref Matrix4x4, float, float, float, bool)

public static Ray UnProject(this Vector2 point2d, ref Matrix4x4 view, ref Matrix4x4 projection, float nearPlane, float w, float h, bool isPerpective)

Parameters

point2d Vector2
view Matrix4x4
projection Matrix4x4
nearPlane float
w float
h float
isPerpective bool

Returns

Ray