2Convenient imports for all PyHelios vector types and factory functions.
4This module provides all vector types, color types, and factory functions
5for easy star import usage as documented in CLAUDE.md:
7 from pyhelios.types import * # All vector types: vec3, RGBcolor, etc.
10from .wrappers.DataTypes
import (
29 make_int2, make_int3, make_int4,
30 make_vec2, make_vec3, make_vec4,
31 make_RGBcolor, make_RGBAcolor,
40 'vec2',
'vec3',
'vec4',
41 'int2',
'int3',
'int4',
44 'RGBcolor',
'RGBAcolor',
57 'make_int2',
'make_int3',
'make_int4',
58 'make_vec2',
'make_vec3',
'make_vec4',
59 'make_RGBcolor',
'make_RGBAcolor',
60 'make_SphericalCoord',
62 'make_Time',
'make_Date'