asPoint3f property

  1. @Deprecated("use toPoint3f() instead")
Point3f get asPoint3f

Implementation

@Deprecated("use toPoint3f() instead")
Point3f get asPoint3f => Point3f(this.$1, this.$2, this.$3);