SCNMatrix4 Constructors
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
SCNMatrix4(CATransform3D)
public SCNMatrix4 (CoreAnimation.CATransform3D transform);
new SceneKit.SCNMatrix4 : CoreAnimation.CATransform3D -> SceneKit.SCNMatrix4
Parameters
- transform
- CATransform3D
Applies to
SCNMatrix4(SCNVector4, SCNVector4, SCNVector4, SCNVector4)
public SCNMatrix4 (SceneKit.SCNVector4 row0, SceneKit.SCNVector4 row1, SceneKit.SCNVector4 row2, SceneKit.SCNVector4 row3);
new SceneKit.SCNMatrix4 : SceneKit.SCNVector4 * SceneKit.SCNVector4 * SceneKit.SCNVector4 * SceneKit.SCNVector4 -> SceneKit.SCNMatrix4
Parameters
- row0
- SCNVector4
- row1
- SCNVector4
- row2
- SCNVector4
- row3
- SCNVector4
Applies to
SCNMatrix4(nfloat, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat, nfloat)
public SCNMatrix4 (nfloat m00, nfloat m01, nfloat m02, nfloat m03, nfloat m10, nfloat m11, nfloat m12, nfloat m13, nfloat m20, nfloat m21, nfloat m22, nfloat m23, nfloat m30, nfloat m31, nfloat m32, nfloat m33);
new SceneKit.SCNMatrix4 : nfloat * nfloat * nfloat * nfloat * nfloat * nfloat * nfloat * nfloat * nfloat * nfloat * nfloat * nfloat * nfloat * nfloat * nfloat * nfloat -> SceneKit.SCNMatrix4
Parameters
- m00
- nfloat
- m01
- nfloat
- m02
- nfloat
- m03
- nfloat
- m10
- nfloat
- m11
- nfloat
- m12
- nfloat
- m13
- nfloat
- m20
- nfloat
- m21
- nfloat
- m22
- nfloat
- m23
- nfloat
- m30
- nfloat
- m31
- nfloat
- m32
- nfloat
- m33
- nfloat
Applies to
SCNMatrix4(Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single, Single)
public SCNMatrix4 (float m00, float m01, float m02, float m03, float m10, float m11, float m12, float m13, float m20, float m21, float m22, float m23, float m30, float m31, float m32, float m33);
new SceneKit.SCNMatrix4 : single * single * single * single * single * single * single * single * single * single * single * single * single * single * single * single -> SceneKit.SCNMatrix4
Parameters
- m00
- Single
- m01
- Single
- m02
- Single
- m03
- Single
- m10
- Single
- m11
- Single
- m12
- Single
- m13
- Single
- m20
- Single
- m21
- Single
- m22
- Single
- m23
- Single
- m30
- Single
- m31
- Single
- m32
- Single
- m33
- Single