Home Previous Up Next Index

memoryx::CylinderPrimitiveBase

Overview

[ "cpp:virtual" ] class CylinderPrimitiveBase extends EnvironmentalPrimitiveBase

Used By

CylinderPrimitiveBaseList
EnvironmentalPrimitiveSegmentBase::getCylinderById

Operation Index

getCylinderPoint
setCylinderPoint
getCylinderAxisDirection
setCylinderAxisDirection
getCylinderRadius
setCylinderRadius

Operations

::armarx::Vector3Base getCylinderPoint()

void setCylinderPoint(::armarx::Vector3Base point)

::armarx::Vector3Base getCylinderAxisDirection()

void setCylinderAxisDirection(::armarx::Vector3Base axis)

float getCylinderRadius()

void setCylinderRadius(float radius)


Home Previous Up Next Index