MeshLib Python Docs
Loading...
Searching...
No Matches
meshlib.mrmeshpy.Cylinder3f Class Reference

Public Member Functions

None __init__ (self)
 
None __init__ (self, Vector3f inCenter, Vector3f inDirectoin, float inRadius, float inLength)
 
None __init__ (self, Line3f inAxis, float inRadius, float inLength)
 
None __init__ (self, Cylinder3f arg0)
 
Vector3f center (self)
 
Vector3f center (self)
 
Vector3f direction (self)
 
Vector3f direction (self)
 

Detailed Description

Generated from:  MR::Cylinder3f
Aliases:  Cylinder3_float

A class describing a cylinder as a mathematical object.A cylinder is represented by a centerline, a radius, and a length.template <typename T>
TODO: Cylinder3 could be infinite. For example for infinite Cylinder3 we could use negative length or length = -1

Constructor & Destructor Documentation

◆ __init__() [1/4]

None meshlib.mrmeshpy.Cylinder3f.__init__ ( self)

◆ __init__() [2/4]

None meshlib.mrmeshpy.Cylinder3f.__init__ ( self,
Vector3f inCenter,
Vector3f inDirectoin,
float inRadius,
float inLength )

◆ __init__() [3/4]

None meshlib.mrmeshpy.Cylinder3f.__init__ ( self,
Line3f inAxis,
float inRadius,
float inLength )

◆ __init__() [4/4]

None meshlib.mrmeshpy.Cylinder3f.__init__ ( self,
Cylinder3f arg0 )
Implicit copy constructor.

Member Function Documentation

◆ center() [1/2]

Vector3f meshlib.mrmeshpy.Cylinder3f.center ( self)

◆ center() [2/2]

Vector3f meshlib.mrmeshpy.Cylinder3f.center ( self)

◆ direction() [1/2]

Vector3f meshlib.mrmeshpy.Cylinder3f.direction ( self)

◆ direction() [2/2]

Vector3f meshlib.mrmeshpy.Cylinder3f.direction ( self)

The documentation for this class was generated from the following file: