Property Types

From K-3D

Jump to: navigation, search

Overview

Types

k3d::bool_t

Stores a boolean (yes/no, true/false) value.

k3d::double_t

Stores a double-precision floating-point number.

k3d::int32_t

Stores a signed 32-bit integer.

k3d::filesystem::path

Stores a path (absolute or relative) to a filesystem resource.

k3d::color

Stores a floating-point RGB color.

k3d::inode*

Stores a reference to another node in the same document.

k3d::matrix4

Stores a 4x4 transformation matrix.

k3d::mesh*

Stores geometric mesh data (points, polygons, patches, curves, blobbies ...)

k3d::mesh_selection

Stores a mesh selection set.

k3d::normal3

Stores a three-dimensional surface normal

k3d::vector3

Stores a three-dimensional direction vector

std::string

Stores a character string.

Personal tools