Click or drag to resize

ProjectionUtils Class

Projection utils.
Inheritance Hierarchy
SystemObject
  TouchScript.Utils.GeomProjectionUtils

Namespace:  TouchScript.Utils.Geom
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public static class ProjectionUtils

The ProjectionUtils type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCameraToPlaneProjection
Projects a screen point to a plane from a camera's point of view.
Public methodStatic memberScreenToPlaneProjection
Projects a screen point to a plane using parallel projection.
Top
See Also