NativeLibraryExtensions.RemoteRendering_fov_from_projection_matrix 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public:
static Microsoft::Azure::RemoteRendering::Result RemoteRendering_fov_from_projection_matrix(Microsoft::Azure::RemoteRendering::Matrix4x4 % projection, [Runtime::InteropServices::Out] Microsoft::Azure::RemoteRendering::CameraFov % fov);
public static Microsoft.Azure.RemoteRendering.Result RemoteRendering_fov_from_projection_matrix (ref Microsoft.Azure.RemoteRendering.Matrix4x4 projection, out Microsoft.Azure.RemoteRendering.CameraFov fov);
static member RemoteRendering_fov_from_projection_matrix : Matrix4x4 * CameraFov -> Microsoft.Azure.RemoteRendering.Result
Public Shared Function RemoteRendering_fov_from_projection_matrix (ByRef projection As Matrix4x4, ByRef fov As CameraFov) As Result
參數
- projection
- Matrix4x4
- fov
- CameraFov