setDepth method
void
setDepth(})
Implementation
void setDepth(double depth,
{bool stretch = false, Vector3? aboutPoint, Vector3 aboutEdge = ORIGIN}) {
rescaleToFit(depth, 2,
stretch: stretch, aboutEdge: aboutEdge, aboutPoint: aboutPoint);
}