Class Cv.Point3f
Assembly: Assembly-CSharp.dll
Syntax
public class Point3f : HandleCppPtr
Constructors
|
Improve this Doc
View Source
Point3f()
Declaration
|
Improve this Doc
View Source
Point3f(IntPtr, DeleteResponsibility)
Declaration
public Point3f(IntPtr point3fPtr, DeleteResponsibility deleteResponsibility = DeleteResponsibility.True)
Parameters
Properties
|
Improve this Doc
View Source
X
Declaration
public float X { get; set; }
Property Value
|
Improve this Doc
View Source
Y
Declaration
public float Y { get; set; }
Property Value
|
Improve this Doc
View Source
Z
Declaration
public float Z { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeleteCppPtr()
Declaration
protected override void DeleteCppPtr()
Overrides
Operators
|
Improve this Doc
View Source
Implicit(Cv.Point3f to Vector3)
Declaration
public static implicit operator Vector3(Cv.Point3f point3f)
Parameters
Returns