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

Obtenir le type de plan, actuellement supporte les plans horizontaux et verticaux.

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

Obtenez la position et l'orientation du centre du plan dans le système de coordonnées de la carte actuelle. La direction positive de l'axe Y est orientée vers l'extérieur du plan, les axes X et Z définissent l'étendue du rectangle circonscrit.

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

Retourne la dimension sur l'axe X du système de coordonnées local du rectangle englobant minimal du plan détecté, dont le centre du rectangle englobant minimal 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

Retourne la dimension sur l'axe Z du système de coordonnées local du rectangle circonscrit minimal détecté du plan, où le centre du rectangle circonscrit minimal 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