For the complete documentation index, see llms.txt. This page is also available as Markdown.

Vector3

The Vector3 Data Type represents three Floating Point numbers.

They are almost always used to represent dimensions or co-ordinates relating to 3D geometric space.

In Incari, you will encounter Vector3 Data Types frequently, because they are the Data Types used to hold information relating to Transformation.

Transformation is defined by three Vector3 data types.

Last updated