SCNMatrix4 생성자
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
오버로드
SCNMatrix4(CATransform3D)
public SCNMatrix4 (CoreAnimation.CATransform3D transform);
new SceneKit.SCNMatrix4 : CoreAnimation.CATransform3D -> SceneKit.SCNMatrix4
매개 변수
- transform
- CATransform3D
적용 대상
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
매개 변수
- row0
- SCNVector4
- row1
- SCNVector4
- row2
- SCNVector4
- row3
- SCNVector4
적용 대상
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
매개 변수
- 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
적용 대상
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
매개 변수
- 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