Extension { #name : #Point }
{ #category : #'*Diya' }
Point >> asArray3F [
^ self asArray3F: 1.0
]
Point >> asArray3F: z [
^ { self x. self y. z }