Closed ianmackenzie closed 1 year ago
Component units don't actually need to match frame/sketch plane units since the origin point is not used (only the basis directions, which are unitless). Match the style of Vector2d.mirrorAcross which uses axisUnits and units?
Vector2d.mirrorAcross
axisUnits
units
Vector2d
Vector2d.xyIn
Vector2d.rThetaIn
Vector2d.relativeTo
Vector2d.placeIn
Vector2d.projectOnto
Vector3d
Vector3d.xyzIn
Vector3d.on
Vector3d.xyOn
Vector3d.rThetaOn
Vector3d.relativeTo
Vector3d.placeIn
Vector3d.rotateAround
Vector3d.mirrorAcross
Vector3d.projectOnto
Vector3d.projectInto
Component units don't actually need to match frame/sketch plane units since the origin point is not used (only the basis directions, which are unitless). Match the style of
Vector2d.mirrorAcross
which usesaxisUnits
andunits
?Vector2d
Vector2d.xyIn
Vector2d.rThetaIn
Vector2d.relativeTo
Vector2d.placeIn
Vector2d.projectOnto
Vector3d
Vector3d.xyzIn
Vector3d.on
Vector3d.xyOn
Vector3d.rThetaOn
Vector3d.relativeTo
Vector3d.placeIn
Vector3d.rotateAround
Vector3d.mirrorAcross
Vector3d.projectOnto
Vector3d.projectInto