Float3 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
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
- 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.