MCPcopy Create free account
hub / github.com/FreeCAD/FreeCAD / getRawValue

Method getRawValue

src/Base/Rotation.cpp:155–161  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

153}
154
155void Rotation::getRawValue(Vector3d& axis, double& rfAngle) const
156{
157 rfAngle = _angle;
158 axis.x = _axis.x;
159 axis.y = _axis.y;
160 axis.z = _axis.z;
161}
162
163/**
164 * Returns this rotation in form of a matrix.

Callers 15

setPathValueMethod · 0.45
getPathValueMethod · 0.45
getPyPathValueMethod · 0.45
SaveMethod · 0.45
getRawAxisMethod · 0.45
setAngleMethod · 0.45
number_power_handlerMethod · 0.45
toStringMethod · 0.45
setPlacementDataMethod · 0.45
getAngleMethod · 0.45
assignPropertyMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected