Exemplo n.º 1
0
 public List <Vector3> GetTopCapExtentPoints()
 {
     return(CylinderMath.CalcExtentPoints(TopCenter, _radius, _rotation));
 }
Exemplo n.º 2
0
 public List <Vector3> GetBottomCapExtentPoints()
 {
     return(CylinderMath.CalcExtentPoints(_baseCenter, _radius, _rotation));
 }