Public Member Functions | |
None | __init__ (self) |
None | __init__ (self, Line3f inAxis, float inAngle, float inHeight) |
None | __init__ (self, Cone3f arg0) |
Vector3f | apex (self) |
Vector3f | apex (self) |
Vector3f | center (self) |
Vector3f | center (self) |
Vector3f | direction (self) |
Vector3f | direction (self) |
Vector3f | projectPoint (self, Vector3f point) |
float | angle (self) |
None | angle (self, float arg1) |
Line3f | axis (self) |
None | axis (self, Line3f arg1) |
float | height (self) |
None | height (self, float arg1) |
Generated from: MR::Cone3f Aliases: Cone3_float Base class for cone parameterization
None meshlib.mrmeshpy.Cone3f.__init__ | ( | self | ) |
None meshlib.mrmeshpy.Cone3f.__init__ | ( | self, | |
Line3f | inAxis, | ||
float | inAngle, | ||
float | inHeight ) |
inAxis -- apex position and main axis direction. For any cone point dot( point , direction ) >=0 inAngle -- cone angle, main axis vs side inHeight -- cone inHeight main axis direction could be non normalized.
None meshlib.mrmeshpy.Cone3f.__init__ | ( | self, | |
Cone3f | arg0 ) |
Implicit copy constructor.
float meshlib.mrmeshpy.Cone3f.angle | ( | self | ) |
cone angle, main axis vs side
None meshlib.mrmeshpy.Cone3f.angle | ( | self, | |
float | arg1 ) |
Vector3f meshlib.mrmeshpy.Cone3f.apex | ( | self | ) |
return cone apex position
Vector3f meshlib.mrmeshpy.Cone3f.apex | ( | self | ) |
return cone apex position
Line3f meshlib.mrmeshpy.Cone3f.axis | ( | self | ) |
the combination of the apex of the cone and the direction of its main axis in space.
None meshlib.mrmeshpy.Cone3f.axis | ( | self, | |
Line3f | arg1 ) |
Vector3f meshlib.mrmeshpy.Cone3f.center | ( | self | ) |
now we use an apex as center of the cone.
Vector3f meshlib.mrmeshpy.Cone3f.center | ( | self | ) |
now we use an apex as center of the cone.
Vector3f meshlib.mrmeshpy.Cone3f.direction | ( | self | ) |
main axis direction. It could be non normalized. For any cone point dot( point , direction ) >=0
Vector3f meshlib.mrmeshpy.Cone3f.direction | ( | self | ) |
main axis direction. It could be non normalized. For any cone point dot( point , direction ) >=0
float meshlib.mrmeshpy.Cone3f.height | ( | self | ) |
cone height
None meshlib.mrmeshpy.Cone3f.height | ( | self, | |
float | arg1 ) |