stretchToFitDepth method
Implementation
void stretchToFitDepth(double depth,
{Vector3? aboutPoint, Vector3 aboutEdge = ORIGIN}) {
return setDepth(depth,
aboutPoint: aboutPoint, aboutEdge: aboutEdge, stretch: true);
}
void stretchToFitDepth(double depth,
{Vector3? aboutPoint, Vector3 aboutEdge = ORIGIN}) {
return setDepth(depth,
aboutPoint: aboutPoint, aboutEdge: aboutEdge, stretch: true);
}