Share via


Float3 Constructors

Definition

Overloads

Float3()
Float3(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

Float3(Single, Single, Single)

Float3()

[Android.Runtime.Register(".ctor", "()V", "")]
public Float3 ();
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Float3(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected Float3 (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Renderscripts.Float3 : nativeint * Android.Runtime.JniHandleOwnership -> Android.Renderscripts.Float3

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to

Float3(Single, Single, Single)

[Android.Runtime.Register(".ctor", "(FFF)V", "")]
public Float3 (float x, float y, float z);
[<Android.Runtime.Register(".ctor", "(FFF)V", "")>]
new Android.Renderscripts.Float3 : single * single * single -> Android.Renderscripts.Float3

Parameters

x
Single
y
Single
z
Single
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to