public List <Vector3> GetExtentPoints()
 {
     return(CircleMath.Calc3DExtentPoints(_center, _radius, _rotation));
 }