Click or drag to resize

PerspectiveCameraGetHitRayMatrix Method

[Missing <summary> documentation for "M:Altaxo.Graph.Graph3D.Camera.PerspectiveCamera.GetHitRayMatrix(Altaxo.Geometry.PointD3D)"]


Namespace: Altaxo.Graph.Graph3D.Camera
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override Matrix4x4 GetHitRayMatrix(
	PointD3D relativeScreenPosition
)

Parameters

relativeScreenPosition  PointD3D

[Missing <param name="relativeScreenPosition"/> documentation for "M:Altaxo.Graph.Graph3D.Camera.PerspectiveCamera.GetHitRayMatrix(Altaxo.Geometry.PointD3D)"]

Return Value

Matrix4x4

[Missing <returns> documentation for "M:Altaxo.Graph.Graph3D.Camera.PerspectiveCamera.GetHitRayMatrix(Altaxo.Geometry.PointD3D)"]

See Also