figureone
Preparing search index...
geometry/Transform
angleFromVectors
Function angleFromVectors
angleFromVectors
(
fromVector
:
TypeParsablePoint
|
TypeTransformDirection
,
toVector
:
TypeParsablePoint
|
TypeTransformDirection
,
axisIfCollinear
?:
TypeParsablePoint
|
null
,
)
:
{
angle
:
number
;
axis
:
Point
}
Calculate the rotation axis and angle required to move from one vector to another.
Parameters
fromVector
:
TypeParsablePoint
|
TypeTransformDirection
toVector
:
TypeParsablePoint
|
TypeTransformDirection
axisIfCollinear
:
TypeParsablePoint
|
null
= null
Returns
{
angle
:
number
;
axis
:
Point
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
figureone
Loading...
Calculate the rotation axis and angle required to move from one vector to another.