SCNMatrix4.CreateOrthographic Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CreateOrthographic(Single, Single, Single, Single, SCNMatrix4) |
Creates an orthographic projection matrix. |
CreateOrthographic(nfloat, nfloat, nfloat, nfloat) | |
CreateOrthographic(Single, Single, Single, Single) |
Creates an orthographic projection matrix. |
CreateOrthographic(nfloat, nfloat, nfloat, nfloat, SCNMatrix4) |
CreateOrthographic(Single, Single, Single, Single, SCNMatrix4)
Creates an orthographic projection matrix.
public static void CreateOrthographic (float width, float height, float zNear, float zFar, out SceneKit.SCNMatrix4 result);
static member CreateOrthographic : single * single * single * single * -> unit
Parameters
- width
- Single
- height
- Single
- zNear
- Single
- zFar
- Single
- result
- SCNMatrix4
Applies to
CreateOrthographic(nfloat, nfloat, nfloat, nfloat)
CreateOrthographic(Single, Single, Single, Single)
Creates an orthographic projection matrix.
public static SceneKit.SCNMatrix4 CreateOrthographic (float width, float height, float zNear, float zFar);
static member CreateOrthographic : single * single * single * single -> SceneKit.SCNMatrix4
Parameters
- width
- Single
- height
- Single
- zNear
- Single
- zFar
- Single
Returns
Applies to
CreateOrthographic(nfloat, nfloat, nfloat, nfloat, SCNMatrix4)
public static void CreateOrthographic (nfloat width, nfloat height, nfloat zNear, nfloat zFar, out SceneKit.SCNMatrix4 result);
static member CreateOrthographic : nfloat * nfloat * nfloat * nfloat * -> unit
Parameters
- width
- nfloat
- height
- nfloat
- zNear
- nfloat
- zFar
- nfloat
- result
- SCNMatrix4