C# Class Monobjc.SceneKit.SCNVector4_64

Show file Open project: Monobjc/monobjc

Public Properties

Property Type Description
w double
x double
y double
z double

Public Methods

Method Description
SCNVector4_64 ( CGFloat x, CGFloat y, CGFloat z, CGFloat w ) : System.Runtime.InteropServices

Initializes a new instance of the Monobjc.SceneKit.SCNVector4_64 struct.

Method Details

SCNVector4_64() public method

Initializes a new instance of the Monobjc.SceneKit.SCNVector4_64 struct.
public SCNVector4_64 ( CGFloat x, CGFloat y, CGFloat z, CGFloat w ) : System.Runtime.InteropServices
x Monobjc.ApplicationServices.CGFloat
y Monobjc.ApplicationServices.CGFloat
z Monobjc.ApplicationServices.CGFloat
w Monobjc.ApplicationServices.CGFloat
return System.Runtime.InteropServices

Property Details

w public property

public double w
return double

x public property

public double x
return double

y public property

public double y
return double

z public property

public double z
return double