Searched defs:sectors (Results 1 – 5 of 5) sorted by relevance
/ohos5.0/foundation/graphic/graphic_3d/3d_widget_adapter/include/data_type/geometry/ |
H A D | cone.h | 24 …Cone(std::string name, float radius, float length, float sectors, Vec3& position) : Geometry(name,… in Cone()
|
H A D | sphere.h | 24 Sphere(std::string name, float radius, float rings, float sectors, Vec3& position) in Sphere()
|
/ohos5.0/foundation/graphic/graphic_3d/lume/Lume_3D/src/util/ |
H A D | mesh_util.cpp | 145 void GenerateSphereGeometry(float radius, uint32_t rings, uint32_t sectors, Geometry<uint32_t> geom… in GenerateSphereGeometry() 196 …float radius, float length, uint32_t sectors, Geometry<uint32_t> geometry, const vector<Math::Vec2… in GenerateConeCap() 235 void GenerateConeGeometry(float radius, float length, uint32_t sectors, Geometry<uint32_t> geometry) in GenerateConeGeometry() 527 …IEcs& ecs, const string_view name, Entity material, float radius, uint32_t rings, uint32_t sectors) in GenerateSphereMesh() 563 …t IEcs& ecs, const string_view name, Entity material, float radius, float length, uint32_t sectors) in GenerateConeMesh() 708 …IEcs& ecs, const string_view name, Entity material, float radius, uint32_t rings, uint32_t sectors) in GenerateSphere() 715 …t IEcs& ecs, const string_view name, Entity material, float radius, float length, uint32_t sectors) in GenerateCone()
|
/ohos5.0/drivers/hdf_core/framework/model/storage/include/mmc/ |
H A D | mmc_corex.h | 299 size_t sectors; member
|
H A D | mmc_protocol.h | 597 uint32_t sectors; /* SEC_COUNT: [215:212], 512B/secter */ member
|