scaledOf method

Matrix4 scaledOf(
  1. Point3 point3
)

Implementation

Matrix4 scaledOf(Point3 point3) => scaled(point3.x, point3.y, point3.z);