Skip To Main Content
Account
Settings
Logout
placeholder
Account
Settings
Logout
Filter:
All Files
Submit Search
TI-Nspire™ Technology eGuide
What's New
Software
Classroom Tools
Programming
TI-Nspire™ Python Programming
TI-Nspire™ Program Editor
TI-Nspire™ Lua Scripting
Writing Lua Scripts
Lua Scripting API Reference
Standard Libraries
Touch Library
2D Editor Library
Class Library
Clipboard Library
Cursor Library
Document Library
Event Handling
Graphics Library
Image Library
Locale Library
Math Library Extension
Module Library
Platform Library
String Library Extension
Timer Library
Tool Palette Library
Variable Library
Physics Library
Miscellaneous routines
Vectors
Vect
add
clamp
cross
dist
distsq
dot
eql
length
lengthsq
lerp
lerpconst
mult
near
neg
normalize
normalizeSafe
perp
project
rotate
rperp
setx
sety
slerp
slerpconst
sub
toangle
unrotate
x
y
BoundingBoxes
Bodies
Shapes
Circle Shapes
Polygon Shapes
Segment Shapes
Spaces
Constraints
Arbiters and Collision Pairs
Shape Queries
Space Queries
SegmentQueryInfo
Bluetooth® Smart Library
ASI Library
Script Compatibility
Deprecated API Functions and API Behavior
Handhelds
Testing
Texas Instruments Knowledge Base
TI-Cares™ Worldwide Customer Support
You are here:
19.2
Vectors
A vector is a 2-dimensional object with x and y components. Its type is TI.cpVect.
Related Topics