نقطة [link:https://en.wikipedia.org/wiki/Cylindrical_coordinate_system الإحداثيات الاسطوانية].
[page:Float radius] - المسافة من المبدأ إلى نقطة في المستوى x-z. الافتراضي هو `1.0`.
[page:Float theta] - الزاوية عكس عقارب الساعة في المستوى x-z مقاسة بالراديان من المحور z الموجب. الافتراضي هو `0`.
[page:Float y] - الارتفاع فوق المستوى x-z. الافتراضي هو `0`.
يعيد اسطواني جديد بنفس خصائص [page:.radius radius], [page:.theta theta] و [page:.y y] كهذا.
ينسخ قيم خصائص [page:.radius radius], [page:.theta theta] و [page:.y y] للإسطواني الممرر إلى هذا الإسطواني.
يضبط قيم خصائص هذا الإسطواني [page:.radius radius], [page:.theta theta] و [page:.y y].
يضبط قيم خصائص هذا الإسطواني [page:.radius radius], [page:.theta theta] و [page:.y y] من الـ[page:Vector3 Vector3].
يضبط قيم خصائص هذا الإسطواني [page:.radius radius], [page:.theta theta] و [page:.y y] من الإحداثيات الديكارتية.
[link:https://github.com/mrdoob/three.js/blob/master/src/[path].js src/[path].js]