SCNVector3 Constructors

Definition

Overloads

SCNVector3(Vector3)
SCNVector3(SCNVector3)
SCNVector3(SCNVector4)
SCNVector3(nfloat, nfloat, nfloat)
SCNVector3(Single, Single, Single)

SCNVector3(Vector3)

public SCNVector3 (OpenTK.Vector3 v);
new SceneKit.SCNVector3 : OpenTK.Vector3 -> SceneKit.SCNVector3

Parameters

Applies to

SCNVector3(SCNVector3)

public SCNVector3 (SceneKit.SCNVector3 v);
new SceneKit.SCNVector3 : SceneKit.SCNVector3 -> SceneKit.SCNVector3

Parameters

Applies to

SCNVector3(SCNVector4)

public SCNVector3 (SceneKit.SCNVector4 v);
new SceneKit.SCNVector3 : SceneKit.SCNVector4 -> SceneKit.SCNVector3

Parameters

Applies to

SCNVector3(nfloat, nfloat, nfloat)

public SCNVector3 (nfloat x, nfloat y, nfloat z);
new SceneKit.SCNVector3 : nfloat * nfloat * nfloat -> SceneKit.SCNVector3

Parameters

x
nfloat
y
nfloat
z
nfloat

Applies to

SCNVector3(Single, Single, Single)

public SCNVector3 (float x, float y, float z);
new SceneKit.SCNVector3 : single * single * single -> SceneKit.SCNVector3

Parameters

x
Single
y
Single
z
Single

Applies to