java.lang.Object
java.lang.Record
tech.icey.vk4j.datatype.VkAabbPositionsKHR
- All Implemented Interfaces:
tech.icey.panama.IPointer
public record VkAabbPositionsKHR(MemorySegment segment)
extends Record
implements tech.icey.panama.IPointer
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final MemoryLayoutstatic final ValueLayout.OfFloatstatic final ValueLayout.OfFloatstatic final ValueLayout.OfFloatstatic final ValueLayout.OfFloatstatic final ValueLayout.OfFloatstatic final ValueLayout.OfFloatstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final MemoryLayout.PathElementstatic final longstatic final longstatic final longstatic final longstatic final longstatic final longstatic final long -
Constructor Summary
ConstructorsConstructorDescriptionVkAabbPositionsKHR(MemorySegment segment) Creates an instance of aVkAabbPositionsKHRrecord class. -
Method Summary
Modifier and TypeMethodDescriptionstatic VkAabbPositionsKHRstatic VkAabbPositionsKHR[]static VkAabbPositionsKHRclone(Arena arena, VkAabbPositionsKHR src) static VkAabbPositionsKHR[]clone(Arena arena, VkAabbPositionsKHR[] src) final booleanIndicates whether some other object is "equal to" this one.final inthashCode()Returns a hash code value for this object.floatmaxX()voidmaxX(float value) floatmaxY()voidmaxY(float value) floatmaxZ()voidmaxZ(float value) floatminX()voidminX(float value) floatminY()voidminY(float value) floatminZ()voidminZ(float value) segment()Returns the value of thesegmentrecord component.final StringtoString()Returns a string representation of this record class.
-
Field Details
-
LAYOUT
-
SIZE
public static final long SIZE -
PATH$minX
-
PATH$minY
-
PATH$minZ
-
PATH$maxX
-
PATH$maxY
-
PATH$maxZ
-
LAYOUT$minX
-
LAYOUT$minY
-
LAYOUT$minZ
-
LAYOUT$maxX
-
LAYOUT$maxY
-
LAYOUT$maxZ
-
OFFSET$minX
public static final long OFFSET$minX -
OFFSET$minY
public static final long OFFSET$minY -
OFFSET$minZ
public static final long OFFSET$minZ -
OFFSET$maxX
public static final long OFFSET$maxX -
OFFSET$maxY
public static final long OFFSET$maxY -
OFFSET$maxZ
public static final long OFFSET$maxZ -
SIZE$minX
public static final long SIZE$minX -
SIZE$minY
public static final long SIZE$minY -
SIZE$minZ
public static final long SIZE$minZ -
SIZE$maxX
public static final long SIZE$maxX -
SIZE$maxY
public static final long SIZE$maxY -
SIZE$maxZ
public static final long SIZE$maxZ
-
-
Constructor Details
-
VkAabbPositionsKHR
Creates an instance of aVkAabbPositionsKHRrecord class.- Parameters:
segment- the value for thesegmentrecord component
-
-
Method Details
-
minX
public float minX() -
minX
public void minX(float value) -
minY
public float minY() -
minY
public void minY(float value) -
minZ
public float minZ() -
minZ
public void minZ(float value) -
maxX
public float maxX() -
maxX
public void maxX(float value) -
maxY
public float maxY() -
maxY
public void maxY(float value) -
maxZ
public float maxZ() -
maxZ
public void maxZ(float value) -
allocate
-
allocate
-
clone
-
clone
-
toString
-
hashCode
-
equals
Indicates whether some other object is "equal to" this one. The objects are equal if the other object is of the same class and if all the record components are equal. All components in this record class are compared withObjects::equals(Object,Object). -
segment
Returns the value of thesegmentrecord component.- Specified by:
segmentin interfacetech.icey.panama.IPointer- Returns:
- the value of the
segmentrecord component
-