Wowpedia

We have moved to Warcraft Wiki. Click here for information and the new URL.

READ MORE

Wowpedia
Advertisement

Source: FrameXML/Vector3D.lua

API[]

Methods[]

Example[]

local a = CreateVector3D(14, 3, 5)
local b = CreateVector3D(2, 4, 1)

a:Add(b)
print(a:GetXYZ()) -- 16, 7, 6

Used by[]

Note
Note: This list is up to date as of Patch 10.0.2 (46879) Nov 29 2022
Function arguments
Model:SetTransform
Model:TransformCameraSpaceToModelSpace
Function returns
C_Commentator.GetStartLocation
Model:TransformCameraSpaceToModelSpace
Structures
UIModelSceneActorInfo
C_ModelInfo.GetModelSceneActorInfoByID
UIModelSceneCameraInfo
C_ModelInfo.GetModelSceneCameraInfoByID

Patch changes[]

Legion Patch 7.2.0 (2017-03-28): Added.[1]

External links[]

 GitHub Octocat Search FrameXML

Advertisement