Table of Contents

Class PlaneData

Espace de noms
easyar
PlaneData

Constructeurs

PlaneData

Constructor

void easyar_PlaneData__ctor(easyar_PlaneData * * Return)
PlaneData()
public PlaneData()
constructor()
+ (easyar_PlaneData *) create
public convenience init()
public PlaneData()

Méthodes

getType

Obtient le type de plan. Les plans horizontaux et verticaux sont actuellement pris en charge.

easyar_PlaneType easyar_PlaneData_getType(const easyar_PlaneData * This)
PlaneType getType()
public int getType()
fun getType(): Int
- (easyar_PlaneType)getType
public func getType() -> PlaneType
public virtual PlaneType getType()

Retours

Type Description
PlaneType

getPose

Obtient la position et la pose du centre du plan dans le système de coordonnées de carte actuel. La direction positive de l’axe Y est la direction sortante du plan, et les axes X et Z définissent l’étendue du rectangle englobant.

easyar_Matrix44F easyar_PlaneData_getPose(const easyar_PlaneData * This)
Matrix44F getPose()
public @Nonnull Matrix44F getPose()
fun getPose(): Matrix44F
- (easyar_Matrix44F *)getPose
public func getPose() -> Matrix44F
public virtual Matrix44F getPose()

Retours

Type Description
Matrix44F

getExtentX

Renvoie la taille du rectangle englobant minimal du plan détecté sur l’axe X dans le système de coordonnées local. Le centre du rectangle englobant est le centre du plan.

float easyar_PlaneData_getExtentX(const easyar_PlaneData * This)
float getExtentX()
public float getExtentX()
fun getExtentX(): Float
- (float)getExtentX
public func getExtentX() -> Float
public virtual float getExtentX()

Retours

Type Description
Single

getExtentZ

Renvoie la taille du rectangle englobant minimal du plan détecté sur l’axe Z dans le système de coordonnées local. Le centre du rectangle englobant est le centre du plan.

float easyar_PlaneData_getExtentZ(const easyar_PlaneData * This)
float getExtentZ()
public float getExtentZ()
fun getExtentZ(): Float
- (float)getExtentZ
public func getExtentZ() -> Float
public virtual float getExtentZ()

Retours

Type Description
Single