Namespace: DeltaEngine.DatatypesAssembly: DeltaEngine (in DeltaEngine.dll) Version: 1.1.1.0 (1.1.1)
public static Matrix CreatePerspective(
float fieldOfView,
float aspectRatio,
float nearPlaneDistance,
float farPlaneDistance
)
public static Matrix CreatePerspective(
float fieldOfView,
float aspectRatio,
float nearPlaneDistance,
float farPlaneDistance
)
Public Shared Function CreatePerspective (
fieldOfView As Single,
aspectRatio As Single,
nearPlaneDistance As Single,
farPlaneDistance As Single
) As Matrix
Public Shared Function CreatePerspective (
fieldOfView As Single,
aspectRatio As Single,
nearPlaneDistance As Single,
farPlaneDistance As Single
) As Matrix
public:
static Matrix CreatePerspective(
float fieldOfView,
float aspectRatio,
float nearPlaneDistance,
float farPlaneDistance
)
public:
static Matrix CreatePerspective(
float fieldOfView,
float aspectRatio,
float nearPlaneDistance,
float farPlaneDistance
)
static member CreatePerspective :
fieldOfView : float32 *
aspectRatio : float32 *
nearPlaneDistance : float32 *
farPlaneDistance : float32 -> Matrix
static member CreatePerspective :
fieldOfView : float32 *
aspectRatio : float32 *
nearPlaneDistance : float32 *
farPlaneDistance : float32 -> Matrix
Return Value
Type:
Matrix