|
| 16 Aug 2014 08:53 PM |
| What is so different between CFrame and Vector3? Is CFrame only different due to rotation, or is there something else too? |
|
|
| Report Abuse |
|
|
swmaniac
|
  |
| Joined: 28 Jun 2008 |
| Total Posts: 15773 |
|
|
| 16 Aug 2014 08:55 PM |
CFrame stores position and a rotation matrix. Vector3 stores a 3 length vector (which could be position or velocity or any other mathematical vector).
In practice, yeah. CFrame is rotation and position. Vector3 is position. |
|
|
| Report Abuse |
|
|
| |
|