Skip to content

Commit cf85caa

Browse files
committed
Merge branch 'master' into dev
2 parents 7c1abd6 + 6722dbc commit cf85caa

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

docs/api/core/Vector3.html

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -146,16 +146,21 @@ <h3>.crossSelf( [page:Vector3 v] ) [page:Vector3]</h3>
146146
Sets this vector to cross product of itself and *v*.
147147
</div>
148148

149-
<h3>.setPositionFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
149+
<h3>.getPositionFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
150150
<div>
151151
Sets this vector extracting position from matrix transform.
152152
</div>
153153

154-
<h3>.setRotationFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
154+
<h3>.getRotationFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
155155
<div>
156156
Sets this vector extracting Euler angles rotation from matrix transform.
157157
</div>
158158

159+
<h3>.getScaleFromMatrix( [page:Matrix4 m] ) [page:Vector3]</h3>
160+
<div>
161+
Sets this vector extracting scale from matrix transform.
162+
</div>
163+
159164
<h3>.equals( [page:Vector3 v] ) [page:Vector3]</h3>
160165
<div>
161166
Checks for strict equality of this vector and *v*.

0 commit comments

Comments
 (0)