Class Point

java.lang.Object
org.xjge.graphics.Point

public class Point
extends java.lang.Object
  • Field Summary

    Fields
    Modifier and Type Field Description
    org.joml.Vector3f position  
  • Constructor Summary

    Constructors
    Constructor Description
    Point​(float x, float y, float z)  
  • Method Summary

    Modifier and Type Method Description
    void render​(int size)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • position

      public final org.joml.Vector3f position
  • Constructor Details

    • Point

      public Point​(float x, float y, float z)
  • Method Details

    • render

      public void render​(int size)