Skip to content

@ue-too/math / index / point

型エイリアス: point

point = object

定義: index.ts:62

Represents a 2D or 3D point with optional z-coordinate.

Remarks

This is a lowercase variant maintained for backward compatibility. Use Point for new code.

Deprecated

Use Point instead for better TypeScript conventions.

プロパティ

x

x: number

定義: index.ts:64

X-coordinate


y

y: number

定義: index.ts:66

Y-coordinate


z?

optional z: number

定義: index.ts:68

Optional Z-coordinate for 3D operations