JOGL v2.6.0-rc-20250712
JOGL, High-Performance Graphics Binding for Java™ (public API).
com.jogamp.math.Vert2fImmutable Interface Reference
Inheritance diagram for com.jogamp.math.Vert2fImmutable:
Collaboration diagram for com.jogamp.math.Vert2fImmutable:

Public Member Functions

float x ()
 
float y ()
 
int getCoordCount ()
 

Detailed Description

Definition at line 30 of file Vert2fImmutable.java.

Member Function Documentation

◆ getCoordCount()

int com.jogamp.math.Vert2fImmutable.getCoordCount ( )

◆ x()

float com.jogamp.math.Vert2fImmutable.x ( )

Implemented in com.jogamp.graph.geom.Vertex.

Here is the caller graph for this function:

◆ y()

float com.jogamp.math.Vert2fImmutable.y ( )

Implemented in com.jogamp.graph.geom.Vertex.

Here is the caller graph for this function:

The documentation for this interface was generated from the following file: